Skip to content

Commit

Permalink
chore: add "GITHUB_TOKEN" to the "release" job
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-zakharchenko committed Dec 9, 2021
1 parent 100234e commit 57153ee
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 @@ -27,4 +27,5 @@ jobs:
- name: Semantic release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.RELEASE_NPM_TOKEN }}

0 comments on commit 57153ee

Please sign in to comment.