ci: rename release token secret to CODEBERG_TOKEN

This commit is contained in:
Graham McIntire 2026-05-05 13:43:30 -05:00
parent 30c1954efe
commit 5a37cfad8b
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -35,7 +35,7 @@ jobs:
echo "fingerprint=$FINGERPRINT" >> "$GITHUB_OUTPUT"
- name: Run GoReleaser
env:
GITEA_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
GITEA_TOKEN: ${{ secrets.CODEBERG_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
PASSPHRASE: ${{ secrets.PASSPHRASE }}
run: goreleaser release --clean