Skip to content

Commit

Permalink
Fix example to use NPM_TOKEN instead of YARN_TOKEN. (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalton authored and Danny McCormick committed Sep 10, 2019
1 parent ca2e283 commit 4fd9403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 4fd9403

Please sign in to comment.