We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2e283 commit 4fd9403Copy full SHA for 4fd9403
README.md
@@ -95,7 +95,7 @@ steps:
95
# script could steal NODE_AUTH_TOKEN.
96
- run: npm install --ignore-scripts
97
env:
98
- NODE_AUTH_TOKEN: ${{ secrets.YARN_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
99
# `npm rebuild` will run all those post-install scritps for us.
100
- run: npm rebuild && npm run prepare --if-present
101
```
0 commit comments