Skip to content

Commit

Permalink
fix: udpate GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
leeqvip committed Nov 19, 2021
1 parent d3280f2 commit d0c02c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
- name: Run semantic-release
if: github.repository == 'forgoer/openssl' && github.event_name == 'push'
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release

0 comments on commit d0c02c8

Please sign in to comment.