Open abelsromero opened 9 months ago
Loos similar to https://github.com/s4u/maven-settings-action/issues/293
I don't think it's related. The is using Git token provided by GH action. My guess is setup-maven-action
is doing/or not doing something that breaks them.
I did a test #74 - looks like works settings contains expected items
Sorry, I am not making myself clear. The issue is not setting the properties to push to ossh, as shown in the error above, for example when running maven-release-plugin
it fails when attempting a GIT push to the repository using the provided GITHUB credential in the pipeline.
Same happened if attempting to run simply touch file && git add . && git commit -m "test" && git push
, however, using the other configuration, that works fine. No GIT user problems.
Describe the bug Using the action breaks Git configuration preventing committing/pushing with the TOKEN user.
To Reproduce Trying to automate a maven deployment with
maven-release-plugin
, this fails with the error below.This however works fine:
Expected behavior I'd expect to be able to use
setup-maven-action
.Additional context Add any other context about the problem here.