Skip to content

Commit

Permalink
ci: Rename npm token name
Browse files Browse the repository at this point in the history
  • Loading branch information
Italo Sousa committed Mar 16, 2022
1 parent 9b67be5 commit 83b7a83
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 @@ -44,5 +44,5 @@ jobs:
- name: Release it
run: yarn release ${{ github.event.inputs.bump_type }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_SECRET }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}

0 comments on commit 83b7a83

Please sign in to comment.