Skip to content

Commit a35bf5e

Browse files
Merge pull request #109 from linked-planet/dev
changed NODE_AUTH_TOKEN to NPM_CONFIG_TOKEN
2 parents 29c3a28 + b20e95a commit a35bf5e

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)