Open dzenansoftic opened 9 hours ago
I believe you can in fact use a github runner in an org as an app, but I do not have capacity to test that. If you can or others can confirm I can update the documentation to reflect
I will try and let you know.
A different question, is the azure-cli installed on the runner image?
Hey, we are using this image to create github runner with keda per repo. We also want to create github org runners with keda, but with an GitHub App to increase the API rate limit. I read the dokumentation and the env variables description and have some questions.
If I understand correctly, if you try using a GitHub App you need to add APP_ID and APP_PRIVATE_KEY instead of ACCESS_TOKEN. Also the RUNNER_SCOPE should be 'org', know here is the part i dont understand completly. The description says that when RUNNER_SCOPE is set to 'org' or 'ent' ACCESS_TOKEN should be used. My understanding is know, that creating an org github runner is not possible. Is that the case or am i missing something.
Thanks a lot in advance 😊 Dzenan