Skip to content

Commit e8068c2

Browse files
authored
Update publish.yml
1 parent 7a36093 commit e8068c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Publish to NPM
4040
run: bun publish --access public
4141
env:
42-
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
42+
NPM_CONFIG_TOKEN: ${{ secrets.NPM_SECRET }}
4343

4444
- name: Publish to JSR
4545
run: bunx jsr publish

0 commit comments

Comments
 (0)