-
-
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
Unable to import GPG private key #9
Comments
@riprasad Thanks for your report, I will try to reproduce your issue on another repo. Keep you in touch. |
@crazy-max I also tried the same workflow in one of my another repo, but the issue remained the same. |
@riprasad Yes I was able to reproduce. Looks like transpiled code with openpgp is kinda broken. |
@crazy-max when can i expect the fix ? |
@riprasad When I've got time. PR welcome. |
@crazy-max would have love to contribute but I am a Java Guy. No clue on Javascript/node.js |
@riprasad Should be fixed now. |
@crazy-max Thank you :) |
Behaviour
Steps to reproduce this issue
Follow below steps to get your SIGNING_KEY value:-
- Run "gpg --list-secret-keys" and copy the ID of the key you'd like to use
- Export the key with "gpg -a --export-secret-keys KEY_ID"(replace KEY_ID with your copied ID)
Expected behaviour
Actual behaviour
Configuration
Logs
The text was updated successfully, but these errors were encountered: