Skip to content

Commit

Permalink
Merge pull request #109 from linked-planet/dev
Browse files Browse the repository at this point in the history
changed NODE_AUTH_TOKEN to NPM_CONFIG_TOKEN
  • Loading branch information
marcus-wishes authored Jan 7, 2025
2 parents 29c3a28 + b20e95a commit a35bf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ jobs:
- name: Publish to npmjs
run: bun publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
NPM_CONFIG_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}

0 comments on commit a35bf5e

Please sign in to comment.