actions
Create a self-hosted runner group for an organization
Creates a new self-hosted runner group for an organization.
You must authenticate using an access token with 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"
]
}