Skip to content

Commit

Permalink
fix gh publish token
Browse files Browse the repository at this point in the history
  • Loading branch information
ellyofreitas authored May 15, 2024
1 parent 710c134 commit 7f2cc0f
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 @@ -30,5 +30,5 @@ jobs:
TAG: ${{ github.event.release.tag_name }}
- run: npm ci && npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.PUBLISH_GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7f2cc0f

Please sign in to comment.