Skip to content

Commit

Permalink
misc(ci): add github token to semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Feb 6, 2022
1 parent 9333f44 commit 0675dde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
if: github.ref == 'refs/heads/master'
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: yarn semantic-release

0 comments on commit 0675dde

Please sign in to comment.