how do I use with gradle and a github maven repository? #31713
Unanswered
xenoterracide
asked this question in
Request Help
Replies: 1 comment 11 replies
-
IIUC, you need to pass the For this, you could make use of the env config option. But, I think the Mend administrator needs to allow the |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What would you like help with?
I would like help with my configuration
How are you running Renovate?
Mend Renovate hosted app on github.com
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
No response
Please tell us more about your question or problem
for a github maven repository you need to use the actor/token github creates with the job in download scenario. It's still a "public" repository, they just force you to use credentials, but one should be able to pull with any github account. In order to use these credentials I then have to map them into a username password that gradle understands. I do this in my github jobs as follows.
Renovate does run, but if it's actually capable of updating locks it can't because of the failure. It just fails like dependabot does, with missing credentials, and/or inability to proceed due to a mismatch on the locks.
How can I configure these? do I need to use the github action? if so, does this require that I use a config.js and script the environment access?
Logs (if relevant)
No response
Beta Was this translation helpful? Give feedback.
All reactions