Skip to content

Commit

Permalink
fix(ci): Update GH token used for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
spbsoluble committed Jan 24, 2024
1 parent d51065f commit e4187e8
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:
args: release --clean
env:
# GitHub sets the GITHUB_TOKEN secret automatically.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.V2BUILDTOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 comments on commit e4187e8

Please sign in to comment.