Skip to content

Commit c1749a7

Browse files
authored
fix: add release actor gpg key fingerprint (#36)
Fixes broken release-please workflow, after rotation of GPG keys. We moved to a subkey based signing approach, which now requires that we pass the gpg subkey fingerprint as described here: circlefin/circle-public-github-workflows#24
1 parent 8dd64d3 commit c1749a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
RELEASE_TOKEN: ${{ secrets.PUBLIC_RELEASES_TOKEN }}
2020
RELEASE_ACTOR_GPG_PRIVATE_KEY: ${{ secrets.PUBLIC_RELEASES_GPG_PRIVATE_KEY }}
2121
RELEASE_ACTOR_GPG_PASSPHRASE: ${{ secrets.PUBLIC_RELEASES_GPG_PASSPHRASE }}
22+
RELEASE_ACTOR_GPG_KEY_FINGERPRINT: ${{ secrets.PUBLIC_RELEASES_GPG_FINGERPRINT }}
2223

2324
goreleaser:
2425
needs:

0 commit comments

Comments
 (0)