-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete key fails when you use set a subkey for the fingerprint input #124
Comments
I'm getting this error now: It seems we have to remove the Lint to the error: https://github.com/Nautilus-Cyberneering/nautilus-librarian/runs/5394342708?check_suite_focus=true#step:25:3 ghaction-import-gpg/src/gpg.ts Line 211 in 87adbd8
The test did not catch this case because it's using the fingerprint. We can reopen the issue, add a new test for that case and fix it. ghaction-import-gpg/__tests__/gpg.test.ts Line 133 in 87adbd8
|
I am experiencing this in v5 of the action when passing & loading only a signing subkey. It tries to delete using the fingerprint of the pubkey which is discovered via the subkey.
|
Behaviour
If you use the input
fingerprint
with the fingerprint of the subkey, thePost import GPG key
step tried to delete the key using the fingerprint of the subkey. I suppose you have to use the KeyID (fingerprint of the primary key).Steps to reproduce this issue
They were described in this PR.
Expected behaviour
I should delete the key.
Actual behaviour
It does not delete the key and it was correctly imported into the keyring.
Configuration
Logs
The text was updated successfully, but these errors were encountered: