Skip to content

Commit

Permalink
fix: change node auth token (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
paciops authored Jan 31, 2025
1 parent abed9e4 commit 30f9cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
- name: Publish to npm
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 30f9cef

Please sign in to comment.