Skip to content

Commit

Permalink
fix(github): add new semantic release token
Browse files Browse the repository at this point in the history
  • Loading branch information
aalemayhu committed Aug 7, 2022
1 parent ab91e55 commit 4fb4877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
node-version: 'lts/*'
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
run: npx semantic-release

0 comments on commit 4fb4877

Please sign in to comment.