Skip to content

Commit 5567f6b

Browse files
committed
chore: update publish token
1 parent b11f612 commit 5567f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040

4141
- name: Configure npm authentication
42-
run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
42+
run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.PUBLISH_NPM_TOKEN }}
4343

4444
# Build Files
4545
- name: Build

0 commit comments

Comments
 (0)