Skip to content

Commit

Permalink
fix: use user token on release to trigger event workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dhommen committed Jul 3, 2024
1 parent c609874 commit f15caa7
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 @@ -20,5 +20,5 @@ jobs:
run: npm ci
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
run: npx semantic-release

0 comments on commit f15caa7

Please sign in to comment.