Skip to content

Commit

Permalink
chore(github/workflows/publish_release.yml): replace the secret name …
Browse files Browse the repository at this point in the history
…from 'GITHUB_TOKEN' to 'GH_TOKEN'
  • Loading branch information
Kelvur committed Nov 28, 2024
1 parent a6e56dd commit fd5087e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
- run: yarn release
env:
NPM_TOKEN: ${{ secrets.NPM_K14V_PUBLISH_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit fd5087e

Please sign in to comment.