Skip to content

Commit 86b85a9

Browse files
Update npm authentication token in workflow (#26)
1 parent cda3450 commit 86b85a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
- name: npm login
21-
run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_AUTH_TOKEN}}" > ~/.npmrc
21+
run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > ~/.npmrc
2222
- name: npm publish
2323
run: npm publish

0 commit comments

Comments
 (0)