We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11f612 commit 5567f6bCopy full SHA for 5567f6b
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
41
- name: Configure npm authentication
42
- run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
+ run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.PUBLISH_NPM_TOKEN }}
43
44
# Build Files
45
- name: Build
0 commit comments