Skip to content

Commit

Permalink
ci: replace RELEASE_TOKEN with GH_RELEASE_TOKEN (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
jansule committed May 31, 2023
1 parent eadbd8f commit 328bc86
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 @@ -26,5 +26,5 @@ jobs:
uses: cycjimmy/semantic-release-action@v3
id: semantic
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 328bc86

Please sign in to comment.