Skip to content

Commit

Permalink
fix: add missing NPM token (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamskok authored May 21, 2021
1 parent 999f2ac commit d8dba43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ jobs:
@semantic-release/git
conventional-changelog-conventionalcommits
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit d8dba43

Please sign in to comment.