Skip to content

Commit

Permalink
fix: add github token to publish workflow (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
thaddmt committed Apr 1, 2022
1 parent 9723a2f commit 512e792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Semantic Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn semantic-release

0 comments on commit 512e792

Please sign in to comment.