Skip to content

Commit

Permalink
Merge pull request #9 from julienlevasseur/update-release-pipeline
Browse files Browse the repository at this point in the history
fix: github token var name
  • Loading branch information
julienlevasseur authored Mar 19, 2024
2 parents d9ec996 + bfb0489 commit dcdf46d
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 @@ -37,5 +37,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 dcdf46d

Please sign in to comment.