Skip to content

Commit

Permalink
[actions] rename secret to a more approps name
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 5, 2022
1 parent 7a3fd6e commit 03df592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Expand Up @@ -109,7 +109,7 @@ jobs:
env:
NPM_CONFIG_LEGACY_PEER_DEPS: true

- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NODE_AUTH_TOKEN }}" >> .npmrc
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> .npmrc

- run: npm publish --dry-run

Expand Down

0 comments on commit 03df592

Please sign in to comment.