Comparing v2.3.0...v2.3.1 · actions/setup-java
Commits on Sep 13, 2021
-
1 Configuration menu
Commits on Sep 22, 2021
-
cleanup: Use --delete-secret-and-public-key to delete GPG_PRIVATE_KEY (…
…#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>