Skip to content

Commit

Permalink
fix: use correct NPM token secret
Browse files Browse the repository at this point in the history
  • Loading branch information
brandomeniconi committed Nov 29, 2024
1 parent ec4efb4 commit 88ffd0d
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 @@ -43,4 +43,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.TREEDOM_NPMJS_TOKEN }}

0 comments on commit 88ffd0d

Please sign in to comment.