mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2024-11-06 06:55:48 -05:00
Fix example to use NPM_TOKEN instead of YARN_TOKEN. (#57)
This commit is contained in:
parent
ca2e28376a
commit
4fd9403fe5
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ steps:
|
|||
# script could steal NODE_AUTH_TOKEN.
|
||||
- run: npm install --ignore-scripts
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.YARN_TOKEN }}
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
# `npm rebuild` will run all those post-install scritps for us.
|
||||
- run: npm rebuild && npm run prepare --if-present
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue