The self-hosted runner groups REST API is available with GitHub Enterprise Cloud. For more information, see "GitHub's products."Adds a self-hosted runner to a runner group configured in an organization.You must authenticate using an access token with the admin:org scope to use this endpoint.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request PUT 'https://api.github.com/orgs//actions/runner-groups//runners/'
Response Response Example
{}
Request
Path Params
org
stringÂ
required
runner_group_id
integerÂ
required
Unique identifier of the self-hosted runner group.