You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @priya-kinthali for the reply! But never mind, now it's succeeded. I fount this one: #100 (comment), and tried using the gpg --armor --export-secret-keys xxx, and updated the secrets then it succeeded.
Although I don't understand why the so many previous runs were failed during the mvn deploy step. The difference is that I used the value of gpg --armor export xxxx instead the gpg --armor export-secert-keys xxxx. The tricky part is both of them work in the setup-java step, ideally it should failed in that step instead of failing afterwards.
The difference between these commands is that gpg --armor export exports a public key in ASCII-armored format, whereas gpg --armor export-secret-keys exports a secret/private key in ASCII-armored format.
You will need to provide the secret key and passphrase for GPG to work.
Please feel free to reach out to us if you encounter any other issues.
Description:
Set up gpg correctly, but in the
mvn deploy
step failed with message:Task version:
uses: actions/setup-java@v4
Platform:
Runner type:
Repro steps:
Repro link: https://github.com/Jeff-Tian/keycloak-services-social-weixin/actions/runs/10439001430/job/28907013626
Expected behavior:
Deploy success
Actual behavior:
Failed.
** Extra Info:**
After many runs with different debugging command, now it seems that the key imported but not trusted.
The text was updated successfully, but these errors were encountered: