chore: Add GH_TOKEN to workflow
This commit is contained in:
parent
afdafa9dc3
commit
1b559f08dd
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ jobs:
|
|||
submodules: recursive
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
node-version: lts/*
|
||||
cache: yarn
|
||||
cache-dependency-path: '**/yarn.lock'
|
||||
|
|
Loading…
Add table
Reference in a new issue