You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the README it is stated that one needs a user with a specific gitlab user to get both an access token and an SSH key pair to set marge-bot.
Although that is still valid, I guess, I'm installing it myself, and our our gitlab.com group and I found that with only a Group Access Tokens is enough to get it run 🤖 🚀
Specially if you are using gitlab.com and paying per accounts, this allows you to save a billed account.
SSH keys are also not needed, I guess due to GitLab offering the rebase api 🤔
I will see if I have some time to create a MR for it.
Is there any advise on NOT to use this feature?
The text was updated successfully, but these errors were encountered:
We are actually using it. The trick here is to use an ssh key pair from an existing user, but using a Group Access Token, that effectively creates a user, though you can not configure that user 😄
I was expecting that if you specify a rebase-remotely it would not even need SSH, but seems not 😕
Our current marge-bot configuration is:
auth-token: XXXXgitlab-url: 'https://gitlab.com'ci-timeout: 30minrebase-remotely: true# this file does not exist, but as the server already has SSH keys# it worksssh-key-file: ../marge.config
On the README it is stated that one needs a user with a specific gitlab user to get both an access token and an SSH key pair to set marge-bot.
Although that is still valid, I guess, I'm installing it myself, and our our gitlab.com group and I found that with only a Group Access Tokens is enough to get it run 🤖 🚀
Specially if you are using gitlab.com and paying per accounts, this allows you to save a billed account.
SSH keys are also not needed, I guess due to GitLab offering the rebase api 🤔
I will see if I have some time to create a MR for it.
Is there any advise on NOT to use this feature?
The text was updated successfully, but these errors were encountered: