Skip to content

Commit

Permalink
fix: wrong GITHUB_TOKEN secret variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoederhuyzen committed Feb 8, 2023
1 parent da18ed9 commit 6e6813f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 comments on commit 6e6813f

Please sign in to comment.