Skip to content

Commit

Permalink
chore(changesets): use NODE_AUTH_TOKEN instead of NPM_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
venikx committed Jun 7, 2023
1 parent 24d57d9 commit 938840e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
publish: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

publish_released_docs:
needs: release_or_publish_package
Expand Down

0 comments on commit 938840e

Please sign in to comment.