Skip to content

Commit

Permalink
fix: adding access token to build Pr (#3257)
Browse files Browse the repository at this point in the history
  • Loading branch information
sriramveeraghanta authored Dec 26, 2023
1 parent 37fe9a1 commit 440cfc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 440cfc0

Please sign in to comment.