Skip to content

Commit

Permalink
feat: new generate-jit endpoints (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot committed Jun 9, 2023
1 parent 52f74d8 commit e2b3b23
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scripts/update-endpoints/generated/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,18 @@
"url": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable",
"triggersNotification": null
},
{
"url": "/enterprises/{enterprise}/actions/runners/generate-jitconfig",
"triggersNotification": null
},
{
"url": "/orgs/{org}/actions/runners/generate-jitconfig",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/actions/runners/generate-jitconfig",
"triggersNotification": null
},
{
"url": "/repos/{owner}/{repo}/actions/caches",
"triggersNotification": null
Expand Down

0 comments on commit e2b3b23

Please sign in to comment.