actions
Create configuration for a just-in-time runner for an Enterprise
Generates a configuration that can be passed to the runner application at startup.
OAuth tokens and personal access tokens (classic) need the manage_runners:enterprise scope to use this endpoint.
post/enterprises/{enterprise}/actions/runners/generate-jitconfig
Path parameters
enterprisestring required
The slug version of the enterprise name.
Request body
Response
Response
Example response
{
"runner": {
"id": 5,
"runner_group_id": 1,
"name": "iMac",
"os": "macos",
"status": "online",
"version": "2.323.0"
}
}