Skip to content

Commit

Permalink
build: use NPM_AUTH_TOKEN
Browse files Browse the repository at this point in the history
- [x] As discussed here – actions/setup-node#285 (comment)
  • Loading branch information
vinayakkulkarni committed Oct 3, 2021
1 parent b4edb56 commit 6d298d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
check-latest: true
cache: 'npm'
env:
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upgrade npm ✨
run: npm i -g npm@latest
Expand Down

0 comments on commit 6d298d7

Please sign in to comment.