Skip to content

Commit 4fd9403

Browse files
jwaltonDanny McCormick
authored and
Danny McCormick
committed
Fix example to use NPM_TOKEN instead of YARN_TOKEN. (#57)
1 parent ca2e283 commit 4fd9403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ steps:
9595
# script could steal NODE_AUTH_TOKEN.
9696
- run: npm install --ignore-scripts
9797
env:
98-
NODE_AUTH_TOKEN: ${{ secrets.YARN_TOKEN }}
98+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
9999
# `npm rebuild` will run all those post-install scritps for us.
100100
- run: npm rebuild && npm run prepare --if-present
101101
```

0 commit comments

Comments
 (0)