Skip to content

Commit 03df592

Browse files
committed
[actions] rename secret to a more approps name
1 parent 7a3fd6e commit 03df592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
env:
110110
NPM_CONFIG_LEGACY_PEER_DEPS: true
111111

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

114114
- run: npm publish --dry-run
115115

0 commit comments

Comments
 (0)