|
|
|
@ -3843,6 +3843,39 @@ |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"/repos/{owner}/{repo}/actions/runners/registration-token": { |
|
|
|
|
"get": { |
|
|
|
|
"produces": [ |
|
|
|
|
"application/json" |
|
|
|
|
], |
|
|
|
|
"tags": [ |
|
|
|
|
"repository" |
|
|
|
|
], |
|
|
|
|
"summary": "Get a repository's actions runner registration token", |
|
|
|
|
"operationId": "repoGetRunnerRegistrationToken", |
|
|
|
|
"parameters": [ |
|
|
|
|
{ |
|
|
|
|
"type": "string", |
|
|
|
|
"description": "owner of the repo", |
|
|
|
|
"name": "owner", |
|
|
|
|
"in": "path", |
|
|
|
|
"required": true |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"type": "string", |
|
|
|
|
"description": "name of the repo", |
|
|
|
|
"name": "repo", |
|
|
|
|
"in": "path", |
|
|
|
|
"required": true |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"responses": { |
|
|
|
|
"200": { |
|
|
|
|
"$ref": "#/responses/RegistrationToken" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"/repos/{owner}/{repo}/actions/secrets": { |
|
|
|
|
"get": { |
|
|
|
|
"produces": [ |
|
|
|
@ -13408,39 +13441,6 @@ |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"/repos/{owner}/{repo}/runners/registration-token": { |
|
|
|
|
"get": { |
|
|
|
|
"produces": [ |
|
|
|
|
"application/json" |
|
|
|
|
], |
|
|
|
|
"tags": [ |
|
|
|
|
"repository" |
|
|
|
|
], |
|
|
|
|
"summary": "Get a repository's actions runner registration token", |
|
|
|
|
"operationId": "repoGetRunnerRegistrationToken", |
|
|
|
|
"parameters": [ |
|
|
|
|
{ |
|
|
|
|
"type": "string", |
|
|
|
|
"description": "owner of the repo", |
|
|
|
|
"name": "owner", |
|
|
|
|
"in": "path", |
|
|
|
|
"required": true |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"type": "string", |
|
|
|
|
"description": "name of the repo", |
|
|
|
|
"name": "repo", |
|
|
|
|
"in": "path", |
|
|
|
|
"required": true |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"responses": { |
|
|
|
|
"200": { |
|
|
|
|
"$ref": "#/responses/RegistrationToken" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"/repos/{owner}/{repo}/signing-key.gpg": { |
|
|
|
|
"get": { |
|
|
|
|
"produces": [ |
|
|
|
|