Skip to content

Commit e2b3b23

Browse files
authoredJun 9, 2023
feat: new generate-jit endpoints (#604)
1 parent 52f74d8 commit e2b3b23

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎scripts/update-endpoints/generated/endpoints.json

+12
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,18 @@
179179
"url": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable",
180180
"triggersNotification": null
181181
},
182+
{
183+
"url": "/enterprises/{enterprise}/actions/runners/generate-jitconfig",
184+
"triggersNotification": null
185+
},
186+
{
187+
"url": "/orgs/{org}/actions/runners/generate-jitconfig",
188+
"triggersNotification": null
189+
},
190+
{
191+
"url": "/repos/{owner}/{repo}/actions/runners/generate-jitconfig",
192+
"triggersNotification": null
193+
},
182194
{
183195
"url": "/repos/{owner}/{repo}/actions/caches",
184196
"triggersNotification": null

0 commit comments

Comments
 (0)
Please sign in to comment.