ci: unset GITHUB_TOKEN so GoReleaser uses GITEA_TOKEN
This commit is contained in:
parent
5a37cfad8b
commit
936b278652
1 changed files with 3 additions and 1 deletions
|
|
@ -38,4 +38,6 @@ jobs:
|
|||
GITEA_TOKEN: ${{ secrets.CODEBERG_TOKEN }}
|
||||
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
|
||||
PASSPHRASE: ${{ secrets.PASSPHRASE }}
|
||||
run: goreleaser release --clean
|
||||
run: |
|
||||
unset GITHUB_TOKEN
|
||||
goreleaser release --clean
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue