Merge pull request #3258 from makeplane/develop

fix: adding access token to build Pr (#3257)
This commit is contained in:
sriram veeraghanta 2023-12-26 19:00:10 +05:30 committed by GitHub
commit ad2471c5a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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