Skip to content

Commit

Permalink
fix: use GH_TOKEN also for Semantic Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arc-E-Tect committed Jul 19, 2024
1 parent 67bf8ba commit eee4be1
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 @@ -82,7 +82,7 @@ jobs:
- name: Release with next Semantic Version
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GIT_COMMITTER_NAME: "Arc-E-Tect"
GIT_COMMITTER_EMAIL: "[email protected]"
GIT_AUTHOR_NAME: "Arc-E-Tect"
Expand Down

0 comments on commit eee4be1

Please sign in to comment.