From 440cfc0f2030b6bb49f07fdd6eb16f1abb5c8f69 Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Tue, 26 Dec 2023 18:59:24 +0530 Subject: [PATCH] fix: adding access token to build Pr (#3257) --- .github/workflows/build-test-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-pull-request.yml b/.github/workflows/build-test-pull-request.yml index b7583e953..fd5d5ad03 100644 --- a/.github/workflows/build-test-pull-request.yml +++ b/.github/workflows/build-test-pull-request.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout Repository to Actions uses: actions/checkout@v3.3.0 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.ACCESS_TOKEN }} - name: Setup Node.js 18.x uses: actions/setup-node@v2