-
Yes, as simple as the title says... I'm a bit new to the self-hosted stuff. After running the komodo docker and check the doc, I see many places mentioning connecting komodo to github so that it can automate a lot of things. But first question is, how to connect komodo to github? Is it the OIDC / Oauth2 section in the
I assume this will allow clone with I really hope this could be better documented... Without this part, many options in the WebUI is blocked out... |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
You probably can do it as an app or you can use a personal access token: Give it access to the specific repo and read and write permissions. |
Beta Was this translation helpful? Give feedback.
-
See the config file here, also note you can add it via the UI under Settings/providers. komodo/config/core.config.toml Line 427 in 118ae9b |
Beta Was this translation helpful? Give feedback.
-
I finally figured out that it should be set in the Oh man... this is so hidden and not mentioned in the documentation... |
Beta Was this translation helpful? Give feedback.
I finally figured out that it should be set in the
Settings
of the account...Oh man... this is so hidden and not mentioned in the documentation...