-
Hello. I would like to ask for help understanding a problem i have been facing all day. Here's the github action workflow i have used:
Here is the renovate-config.json file:
Just for the record, i have tried different ways to make it work, i tried:
I have created a separate PAT token with necessary permissions for the bot to use that's saved in the repository's secret variables. At this point i am quite clueless as to what could be the problem. Is this simply a GitHub limitation and because mine is a personal (even though i pay for github pro) account? Or is there something i need to do in order to fix it? Thank you very much in advance for your support. Please let me know if there's anything else you'd like me to provide. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Please provide some screenshots showing what you mean |
Beta Was this translation helpful? Give feedback.
-
Like this |
Beta Was this translation helpful? Give feedback.
-
What i mean is that the bot is creating all the PRs and Dependency Dashboard, but it's all in my name. I would like it to say correctly, that it was authored by "Renovate Bot" |
Beta Was this translation helpful? Give feedback.
-
This indicates that you're using a PAT for Renovate (not an App as you said) and the result is to be expected. It is not possible to change "The-Lomax" part in that screenshot because otherwise it would be complete madness on GitHub.com as anyone could impersonate anyone else. This is not a bug, so I have converted it to a Discussion |
Beta Was this translation helpful? Give feedback.
-
I see, your explanation makes sense. I was afraid this could be the case due to the personal nature of the account, but was not sure if that could have been an issue. Indeed it was working fine when i was using the App, only github action was where the issue appeared. Thank you very much for confirming the information. |
Beta Was this translation helpful? Give feedback.
This indicates that you're using a PAT for Renovate (not an App as you said) and the result is to be expected. It is not possible to change "The-Lomax" part in that screenshot because otherwise it would be complete madness on GitHub.com as anyone could impersonate anyone else.
This is not a bug, so I have converted it to a Discussion