ci: rename release token secret to CODEBERG_TOKEN
This commit is contained in:
parent
30c1954efe
commit
5a37cfad8b
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
echo "fingerprint=$FINGERPRINT" >> "$GITHUB_OUTPUT"
|
echo "fingerprint=$FINGERPRINT" >> "$GITHUB_OUTPUT"
|
||||||
- name: Run GoReleaser
|
- name: Run GoReleaser
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.CODEBERG_TOKEN }}
|
||||||
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
|
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
|
||||||
PASSPHRASE: ${{ secrets.PASSPHRASE }}
|
PASSPHRASE: ${{ secrets.PASSPHRASE }}
|
||||||
run: goreleaser release --clean
|
run: goreleaser release --clean
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue