Closed nbauma109 closed 2 years ago
Hello @nbauma109,
Seems you had quite a journey to get your CI operational. Indeed always found the access token way quite complex for no reason, but in the past, I remember helping some guys getting it working. Although I agree, SSH seems a better approach for a first time so I will implement your suggestion. The fact I myself use SSH for all my repos is probably inducing that the SSH approach will always work better.
For the JAVA_HOME, didn't know that was mandatory to get it working so will add it too.
Thanks for your contribution to make this github action easier to use, don't hesitate to poke me if you think something else can be improved.
Suggestion implemented here: https://github.com/qcastel/github-actions-maven-release#basic-setup
Thanks!
Thank you for this useful workflow.
I tried to follow the doc linearly from the beginning and I chose the access token which seemed like a quick win although it seems you recommend the ssh key. In fact it turned out to be more complicated:
To help users having a quick start: => direct them directly to ssh keys => JAVA_HOME is mandatory
Therefore I think the typical minimal setup looks like: