Commit 503ac51
authored
chore(TECHOPS-18898): fix gpg agent error in release workflow (#16)
### Summary
This PR adds the required GPG key fingerprint secret to fix the ERR
67108891 Not found <GPG Agent> error that occurs during the release
process on Ubuntu 24.04 runners.
### Details
- The crazy-max/ghaction-import-gpg@v6.1.0 action requires a fingerprint
when working with GPG subkeys, especially on newer Ubuntu versions
- Added PUBLIC_RELEASES_GPG_FINGERPRINT to the secrets passed to the
workflow
- This ensures the action can properly identify the signing key and
communicate with the GPG agent
### Testing
Tested fix here, after the fingerprint added gpg key import is working:
https://github.com/circlefin/circle-ooak/actions/runs/17562651750/job/49882514240#step:5:31 parent 486c320 commit 503ac51
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments