Skip to content

Commit

Permalink
chore: add npm token to release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsWendell committed Apr 19, 2020
1 parent 3945459 commit 762a292
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
- name: release
run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 762a292

Please sign in to comment.