mirror of
https://github.com/makeplane/plane.git
synced 2026-01-29 01:38:53 -06:00
fix: adding access token to build Pr (#3257)
This commit is contained in:
committed by
GitHub
parent
37fe9a185c
commit
440cfc0f20
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user