cleanup: Use --delete-secret-and-public-key to delete GPG_PRIVATE_KEY#226
Merged
dmitry-shibanov merged 1 commit intoactions:mainactions/setup-java:mainfrom Sep 22, 2021
bjhargrave:only-subkey-signingbjhargrave/setup-java:only-subkey-signingCopy head branch name to clipboard
Merged
cleanup: Use --delete-secret-and-public-key to delete GPG_PRIVATE_KEY#226dmitry-shibanov merged 1 commit intoactions:mainactions/setup-java:mainfrom bjhargrave:only-subkey-signingbjhargrave/setup-java:only-subkey-signingCopy head branch name to clipboard
dmitry-shibanov merged 1 commit intoactions:mainactions/setup-java:mainfrom
bjhargrave:only-subkey-signingbjhargrave/setup-java:only-subkey-signingCopy head branch name to clipboard
Conversation
Contributor
|
Hello @bjhargrave. Thank you for your pull request. We need some time to investigate the attached issue deeper. |
5 tasks
Contributor
|
Hello @bjhargrave. Could you please run the |
This deletes the secret key(s) and public keys(s) for the fingerprint of the installed GPG_PRIVATE_KEY. If the installed GPG_PRIVATE_KEY only contains a signing subkey without the primary private key, the --delete-secret-and-public-key will successfully delete the keys. Signed-off-by: BJ Hargrave <bj@hargrave.dev>
1693197 to
a1600c1
Compare
Contributor
Author
@dmitry-shibanov Done! |
bjhargrave
added a commit
to bjhargrave/transformer
that referenced
this pull request
Sep 21, 2021
This is temporary while we wait for GitHub to merge actions/setup-java#226 Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
dmitry-shibanov
approved these changes
Sep 22, 2021
bjhargrave
added a commit
to bjhargrave/transformer
that referenced
this pull request
Sep 29, 2021
v2 has been updated to include actions/setup-java#226 in the https://github.com/actions/setup-java/commits/v2.3.1 release. Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
ind1go
added a commit
to ind1go/cics-bundle-maven
that referenced
this pull request
Apr 1, 2022
Signed-off-by: Ben Cox <1038350+ind1go@users.noreply.github.com>
davenice
added a commit
to IBM/cics-bundle-maven
that referenced
this pull request
Apr 4, 2022
Revert to mainline GitHub action because actions/setup-java#226 merged
tdfacer
pushed a commit
to ifit/setup-java
that referenced
this pull request
Oct 7, 2025
…actions#226) This deletes the secret key(s) and public keys(s) for the fingerprint of the installed GPG_PRIVATE_KEY. If the installed GPG_PRIVATE_KEY only contains a signing subkey without the primary private key, the --delete-secret-and-public-key will successfully delete the keys. Signed-off-by: BJ Hargrave <bj@hargrave.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
This deletes the secret key(s) and public keys(s) for the fingerprint
of the installed GPG_PRIVATE_KEY.
If the installed GPG_PRIVATE_KEY only contains a signing subkey without
the primary private key, the --delete-secret-and-public-key will
successfully delete the keys.
Related issue:
Issue #200 can occur when the installed GPG_PRIVATE_KEY only contains a signing subkey without
the primary private key.
Check list: