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
It looks like the position lines up with the ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} entry, but it;'s hard to work out why it's upset.
To Reproduce
Being reproduced on all my builds at the moment, but as I'm not sure of the exact cause I can't really provide repo instructions here.
Expected behaviour
My settings.xml setup should complete without issue.
Additional context
Could this be related to some characters in my GPG Private Key? Possible escaping issue maybe? I'm really looking for hints to help diagnose the problem.
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm getting an unexpected token error:
The config I have is:
It looks like the position lines up with the
${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
entry, but it;'s hard to work out why it's upset.To Reproduce
Being reproduced on all my builds at the moment, but as I'm not sure of the exact cause I can't really provide repo instructions here.
Expected behaviour
My settings.xml setup should complete without issue.
Additional context
Could this be related to some characters in my GPG Private Key? Possible escaping issue maybe? I'm really looking for hints to help diagnose the problem.
The text was updated successfully, but these errors were encountered: