Skip to content

Commit

Permalink
ci: revert removal of npm_token env var (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonoh authored Sep 20, 2023
1 parent b63c3bf commit 33ebf3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ jobs:
run: yarn semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 33ebf3b

Please sign in to comment.