-
Notifications
You must be signed in to change notification settings - Fork 754
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
gpg: signing failed: Inappropriate ioctl for device #83
Comments
If remove Configure GPG Key step,logs:
|
Hello @hengboy , |
Link is broken, FTR here's the piece of configuration to add to the Maven GPG plugin:
|
Hello, everyone. I'm closing this issue, because documentation was updated in terms of this pull request. If you have any concerns feel free to reopen the issue. |
My noggin can't get this to work for one of my project, I have added the config above and my gpg plugin in the pom looks like this:
And my gpg workflow step like this:
GPG_PRIVATE_KEY I exported with gpg --armor --export-secret-keys |
Did you try not using an env variable for the GPG_PRIVATE_KEY ?
|
Ah thanks! That did the work :) |
This is working |
I encountered a problem like the title.
plugin config in
pom.xml
The text was updated successfully, but these errors were encountered: