Skip to content

Commit b20e95a

Browse files
committed
changed NODE_AUTH_TOKEN to NPM_CONFIG_TOKEN
1 parent 0209ee6 commit b20e95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ jobs:
7979
- name: Publish to npmjs
8080
run: bun publish --access public
8181
env:
82-
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
82+
NPM_CONFIG_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}

0 commit comments

Comments
 (0)