Commit 3c47aa9
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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments