-
Notifications
You must be signed in to change notification settings - Fork 742
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
Error while using maven-gpg-plugin after setting GPG data #554
Comments
Hi, @Lycoon 👋 Thanks for the issue, we will take a look and get back to you as soon as we have updates. |
@Lycoon, I've checked out and tested your solution. It seems that |
Sure, you will find the logs with debug logging enabled just here. |
@Lycoon, Thank you! Could you, please, try to update version of the |
Thank you so much, it works now! 🎉 |
@Lycoon, thanks for suggestion, I marked the issue with documentation label. As soon as we add additional information about this plugin to the action's documentation, I'll close this issue by myself. |
Description:
I set my GPG private key and passphrase through setup-java action, the problem is, the maven-gpg-plugin seems to fail at retrieving them from settings.xml prompting the following message:
gpg: Sorry, no terminal at all requested - can't get input
.Task version:
actions/setup-java@v3
Platform:
Runner type:
Repro steps:
I am currently trying to make it work on this repo.
The GitHub Actions workflow file can be found here and the pom.xml file at the root of the repository.
The text was updated successfully, but these errors were encountered: