Skip to content

Commit

Permalink
Use org-wide secret for NPM token
Browse files Browse the repository at this point in the history
  • Loading branch information
santam85 committed Oct 22, 2021
1 parent 740427d commit f26e76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Publish to NPM
run: ./scripts/publish.sh
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
VERSION: ${{ needs.setup.outputs.version }}
- name: Upload NPM package file
id: upload-npm-package-file
Expand Down

0 comments on commit f26e76e

Please sign in to comment.