forked from github/plane
fix: adding access token to build Pr (#3257)
This commit is contained in:
parent
37fe9a185c
commit
440cfc0f20
@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: Checkout Repository to Actions
|
- name: Checkout Repository to Actions
|
||||||
uses: actions/checkout@v3.3.0
|
uses: actions/checkout@v3.3.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.ACCESS_TOKEN }}
|
||||||
|
|
||||||
- name: Setup Node.js 18.x
|
- name: Setup Node.js 18.x
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user