Alix Lourme
                                            Alix Lourme
                                        
                                    I will try to have info/help of GitHub team (version requirements, way to retrieve token, ...)
> I have tested other controllers with enterprise level scope @jonico : Off chance, do you remember which ones? (To deep dive the way how the token is created with...
**NB1**: When this issue will be solved, official GitHub documentation ([Autoscaling with self-hosted runners > Recommended autoscaling solutions](https://docs.github.com/en/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners#recommended-autoscaling-solutions)) should be updated 😁. ---- > @jonico : Off chance, do you...
> @axel3rd did you got it all working, should we keep the issue open? @npalm no, it does not work. Issue should be kept open IMO. Hard to find time...
@npalm : I should have a try when time ; with service account or "personal" admin token ; to subscribe runner or generate a correct token for that. Even if...
After find time and a exchange with GitHub support... [Autoscaling with self-hosted runners](https://docs.github.com/en/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners) is only supported on GHES v3.3, so it is preferable to wait this release. (I suppose it...
FI: With GHES v3.3 [Global Webhook](https://docs.github.com/en/enterprise-server/admin/user-management/monitoring-activity-in-your-enterprise/managing-global-webhooks) can be configured, on **Workflow jobs** events. Due to *enterprise_admin_pat* requirement (to create a token for runner authentication), the "GitHub App" become probably useless...
> So for running on enterprise level the only option is using PAT? From my understanding, yes ; because [Create a registration token for an enterprise ](https://docs.github.com/en/enterprise-server/rest/reference/enterprise-admin#create-a-registration-token-for-an-enterprise) requires an access...
> I assume that you can configure on enterprise level a webhook as well? Yes, but [Global Webhook](https://docs.github.com/en/enterprise-server/admin/user-management/monitoring-activity-in-your-enterprise/managing-global-webhooks) supports only a **Secret** as security mechanism, not a private key. >...
**Note**: On GHES in the webhook Payload (Global or from GitHubApp), there is the enterprise id: ```json { "action": "queued", "workflow_job": {...} "repository": {...} "organization": {...} "enterprise": { "id": 1,...