Renovate hardcodes poster=gitea-actions in Gitea API calls when running in Gitea Actions
#36432
Unanswered
danshaw
asked this question in
Request Help
Replies: 1 comment
-
|
Hi there, This issue or discussion is missing some logs, making it difficult or impossible to help you. Depending on which situation applies follow one, some or all of these instructions. No logs at allIf you haven't posted any log yet, we need you to find and copy/paste the log into the issue template. Finding logs on hosted appSelect me to read instructionsIf you use the Mend Renovate app (GitHub):
Finding logs when self-hostingSelect me to read instructionsRead the Renovate docs, troubleshooting, self-hosted to learn how to find the logs. Formatting your logsSelect me to read instructionsPlease put your logs in a If you feel the logs are too large to paste here, please use a service like GitHub Gist and paste the link here. Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
Running in docker using latest tag
Please tell us more about your question or problem
Hoping someone could shed some light on how I can get around this or if this is a known bug. I've done a lot of digging and can't seem to find a solution.
Summary:
Renovate hardcodes
poster=gitea-actionsin Gitea API calls when running in Gitea Actions, but this username is reserved in Gitea and cannot be created, causing all PR operations to fail with 400 Bad Request errors.Bug Description:
Renovate hardcodes
poster=gitea-actionsparameter in API calls when running in Gitea Actions, but this username is reserved and cannot be created, causing 400 Bad Request errors.Environment:
Expected Behavior:
Renovate should use the configured
usernameparameter instead of hardcodinggitea-actions.Actual Behavior:
API calls fail with:
user does not exist [uid: 0, name: gitea-actions]Reproduction:
poster=gitea-actionsregardless of configgitea-actionsis reservedWorkaround:
Use external Gitea URL instead of internal Docker networking to bypass the issue.I'm hoping someone could help me figure out
Logs (if relevant)
Beta Was this translation helpful? Give feedback.
All reactions