actions
Create configuration for a just-in-time runner for an organization
Generates a configuration that can be passed to the runner application at startup.
The authenticated user must have admin access to the organization.
OAuth tokens and personal access tokens (classic) need theadmin:org scope to use this endpoint. If the repository is private, OAuth tokens and personal access tokens (classic) need the repo scope to use this endpoint.
post/orgs/{org}/actions/runners/generate-jitconfig
Path parameters
orgstring required
The organization name. The name is not case sensitive.
Request body
Response
Response
Example response
{
"runner": {
"id": 5,
"runner_group_id": 1,
"name": "iMac",
"os": "macos",
"status": "online",
"version": "2.323.0"
}
}