Skip to content

Commit 3c47aa9

Browse files
authored
fix: add release actor gpg key fingerprint (#89)
## Summary 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 ## Detail ### Changeset Mandatory section. ### Checklist - [ ] Did you add new tests and confirm all tests pass? (`yarn test`) - [ ] Did you ensure any new Solidity source code files meet minimum test coverage requirements? (`yarn coverage`) - [ ] Did you update relevant docs? (docs are found in the `docs` folder) - [x] Do your commits follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard? - [x] Does your PR title also follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard? - [ ] Did you run lint (`yarn lint`) and fix any issues? - [ ] Did you run formatter (`yarn format:check`) and fix any issues (`yarn format:write`)? ## Testing Mandatory section. For each changeset, please highlight the tests you've added. ## Documentation Optional section. Link to the doc.
1 parent 1391f65 commit 3c47aa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
RELEASE_TOKEN: ${{ secrets.PUBLIC_RELEASES_TOKEN }}
1818
RELEASE_ACTOR_GPG_PRIVATE_KEY: ${{ secrets.PUBLIC_RELEASES_GPG_PRIVATE_KEY }}
1919
RELEASE_ACTOR_GPG_PASSPHRASE: ${{ secrets.PUBLIC_RELEASES_GPG_PASSPHRASE }}
20+
RELEASE_ACTOR_GPG_KEY_FINGERPRINT: ${{ secrets.PUBLIC_RELEASES_GPG_FINGERPRINT }}
2021

2122
release_sbom:
2223
needs: pr_lint_and_release

0 commit comments

Comments
 (0)