enterprise-admin
Create a self-hosted runner group for an enterprise
Creates a new self-hosted runner group for an enterprise.
OAuth app tokens and personal access tokens (classic) need the manage_runners:enterprise scope to use this endpoint.
post/enterprises/{enterprise}/actions/runner-groups
Path parameters
enterprisestring required
The slug version of the enterprise name.
Request body
Example request
{
"selected_workflows": [
"octo-org/octo-repo/.github/workflows/deploy.yaml@main"
]
}Response
Response
Example response
{
"selected_workflows": [
"octo-org/octo-repo/.github/workflows/deploy.yaml@main"
]
}