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 18, 2020
1 parent 3f285a2 commit a86bf4e
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 a86bf4e

Please sign in to comment.