Skip to content

Commit

Permalink
Merge pull request #133 from tunapanda/ci_semantic-release
Browse files Browse the repository at this point in the history
ci(fix): semantic release should utilize workflow provided github token
  • Loading branch information
0xMurage authored May 12, 2023
2 parents 3276146 + 51068c2 commit f216149
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 @@ -34,7 +34,7 @@ jobs:
- name: Release
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
with:
extra_plugins: |
Expand Down

0 comments on commit f216149

Please sign in to comment.