Skip to content

Commit

Permalink
fix: renamed "GITHUB_TOKEN" to "GH_TOKEN"
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Dec 7, 2023
1 parent 333f0d7 commit f38383e
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 @@ -22,7 +22,7 @@ jobs:

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
GH_TOKEN: ${{ secrets.GH_PAT }}
run: npx -p @semantic-release/git semantic-release


0 comments on commit f38383e

Please sign in to comment.