Replies: 1 comment
-
The module does not support Enterpise runners. For API calls the module usages an GitHub App. The events used by the module can be any webhook, repo, org, enterprise. We are open to anyone that would work on supporting support from entrpise level, but our own setup iis running on org level. Which means we do not have a direct need. Feel free to proposechanges via a PR. Further discuss here or reach out via Slack. |
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
-
Hi,
As far as I understand, a GitHub app is required for the runners, but at the same time I read that we can also install runners on enterprise level. But there is only talk about GHES, which we don’t use.
In our GitHub EMU we have multiple organizations, and we are currently using https://github.com/myoung34/docker-github-actions-runner, which is purely token based and doesn’t require GitHub apps to be created on a per-org level.
They work fine, but come with some limitations due to Docker.
So we hoped we could use these terraform runners instead, but how would that setup work on GitHub EMU with an ever-growing amount of organizations?
Beta Was this translation helpful? Give feedback.
All reactions