Skip to content

Commit

Permalink
ci(release): replace secrets.GH_TOKEN with GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
secustor committed Sep 10, 2021
1 parent 338473f commit 1b40103
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 @@ -48,5 +48,5 @@ jobs:
run: npm install @semantic-release/exec
- name: Release to GitHub
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release

0 comments on commit 1b40103

Please sign in to comment.