actions
Create a self-hosted runner group for an organization
Creates a new self-hosted runner group for an organization.
OAuth tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.
post/orgs/{org}/actions/runner-groups
Path parameters
orgstring required
The organization name. The name is not case sensitive.
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"
]
}