Skip to content

Commit

Permalink
🔧 Adjusts GitHub Token Usage for Releases
Browse files Browse the repository at this point in the history
  • Loading branch information
brucificus committed Dec 14, 2023
1 parent c0d9c16 commit e4fb59b
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 @@ -47,5 +47,5 @@ jobs:
npm run semantic-release
env:
CI: true
GH_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit e4fb59b

Please sign in to comment.