fix: adding access token to build Pr (#3257)

This commit is contained in:
sriram veeraghanta
2023-12-26 18:59:24 +05:30
committed by GitHub
parent 37fe9a185c
commit 440cfc0f20

View File

@@ -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