Skip to content

Commit

Permalink
fix(ci): try using GH_TOKEN instead of GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
seansica committed Oct 21, 2024
1 parent ed921b8 commit ffe4c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }} DO NOT USE
HUSKY: 0 # Temporarily disables all Git hooks
run: npx semantic-release

0 comments on commit ffe4c60

Please sign in to comment.