|
90 | 90 | "title": "Administration",
|
91 | 91 | "displayTitle": "Organization permissions for \"Administration\"",
|
92 | 92 | "permissions": [
|
93 |
| - { |
94 |
| - "category": "actions", |
95 |
| - "slug": "get-artifact-and-log-retention-settings-for-an-organization", |
96 |
| - "subcategory": "permissions", |
97 |
| - "verb": "get", |
98 |
| - "requestPath": "/organizations/{org}/actions/permissions/artifact-and-log-retention", |
99 |
| - "additional-permissions": false, |
100 |
| - "access": "read" |
101 |
| - }, |
102 |
| - { |
103 |
| - "category": "actions", |
104 |
| - "slug": "set-artifact-and-log-retention-settings-for-an-organization", |
105 |
| - "subcategory": "permissions", |
106 |
| - "verb": "put", |
107 |
| - "requestPath": "/organizations/{org}/actions/permissions/artifact-and-log-retention", |
108 |
| - "additional-permissions": false, |
109 |
| - "access": "write" |
110 |
| - }, |
111 |
| - { |
112 |
| - "category": "actions", |
113 |
| - "slug": "get-fork-pr-contributor-approval-permissions-for-an-organization", |
114 |
| - "subcategory": "permissions", |
115 |
| - "verb": "get", |
116 |
| - "requestPath": "/organizations/{org}/actions/permissions/fork-pr-contributor-approval", |
117 |
| - "additional-permissions": false, |
118 |
| - "access": "read" |
119 |
| - }, |
120 |
| - { |
121 |
| - "category": "actions", |
122 |
| - "slug": "set-fork-pr-contributor-approval-permissions-for-an-organization", |
123 |
| - "subcategory": "permissions", |
124 |
| - "verb": "put", |
125 |
| - "requestPath": "/organizations/{org}/actions/permissions/fork-pr-contributor-approval", |
126 |
| - "additional-permissions": false, |
127 |
| - "access": "write" |
128 |
| - }, |
129 |
| - { |
130 |
| - "category": "actions", |
131 |
| - "slug": "get-private-repo-fork-pr-workflow-settings-for-an-organization", |
132 |
| - "subcategory": "permissions", |
133 |
| - "verb": "get", |
134 |
| - "requestPath": "/organizations/{org}/actions/permissions/fork-pr-workflows-private-repos", |
135 |
| - "additional-permissions": false, |
136 |
| - "access": "read" |
137 |
| - }, |
138 |
| - { |
139 |
| - "category": "actions", |
140 |
| - "slug": "set-private-repo-fork-pr-workflow-settings-for-an-organization", |
141 |
| - "subcategory": "permissions", |
142 |
| - "verb": "put", |
143 |
| - "requestPath": "/organizations/{org}/actions/permissions/fork-pr-workflows-private-repos", |
144 |
| - "additional-permissions": false, |
145 |
| - "access": "write" |
146 |
| - }, |
147 |
| - { |
148 |
| - "category": "actions", |
149 |
| - "slug": "get-self-hosted-runners-settings-for-an-organization", |
150 |
| - "subcategory": "permissions", |
151 |
| - "verb": "get", |
152 |
| - "requestPath": "/organizations/{org}/actions/permissions/self-hosted-runners", |
153 |
| - "additional-permissions": false, |
154 |
| - "access": "read" |
155 |
| - }, |
156 |
| - { |
157 |
| - "category": "actions", |
158 |
| - "slug": "set-self-hosted-runners-settings-for-an-organization", |
159 |
| - "subcategory": "permissions", |
160 |
| - "verb": "put", |
161 |
| - "requestPath": "/organizations/{org}/actions/permissions/self-hosted-runners", |
162 |
| - "additional-permissions": false, |
163 |
| - "access": "write" |
164 |
| - }, |
165 |
| - { |
166 |
| - "category": "actions", |
167 |
| - "slug": "list-repositories-allowed-to-use-self-hosted-runners-in-an-organization", |
168 |
| - "subcategory": "permissions", |
169 |
| - "verb": "get", |
170 |
| - "requestPath": "/organizations/{org}/actions/permissions/self-hosted-runners/repositories", |
171 |
| - "additional-permissions": false, |
172 |
| - "access": "read" |
173 |
| - }, |
174 |
| - { |
175 |
| - "category": "actions", |
176 |
| - "slug": "set-repositories-allowed-to-use-self-hosted-runners-in-an-organization", |
177 |
| - "subcategory": "permissions", |
178 |
| - "verb": "put", |
179 |
| - "requestPath": "/organizations/{org}/actions/permissions/self-hosted-runners/repositories", |
180 |
| - "additional-permissions": false, |
181 |
| - "access": "write" |
182 |
| - }, |
183 |
| - { |
184 |
| - "category": "actions", |
185 |
| - "slug": "add-a-repository-to-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization", |
186 |
| - "subcategory": "permissions", |
187 |
| - "verb": "put", |
188 |
| - "requestPath": "/organizations/{org}/actions/permissions/self-hosted-runners/repositories/{repository_id}", |
189 |
| - "additional-permissions": true, |
190 |
| - "access": "write" |
191 |
| - }, |
192 |
| - { |
193 |
| - "category": "actions", |
194 |
| - "slug": "remove-a-repository-from-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization", |
195 |
| - "subcategory": "permissions", |
196 |
| - "verb": "delete", |
197 |
| - "requestPath": "/organizations/{org}/actions/permissions/self-hosted-runners/repositories/{repository_id}", |
198 |
| - "additional-permissions": true, |
199 |
| - "access": "write" |
200 |
| - }, |
201 | 93 | {
|
202 | 94 | "category": "dependabot",
|
203 | 95 | "slug": "lists-the-repositories-dependabot-can-access-in-an-organization",
|
|
396 | 288 | "additional-permissions": false,
|
397 | 289 | "access": "write"
|
398 | 290 | },
|
| 291 | + { |
| 292 | + "category": "actions", |
| 293 | + "slug": "get-artifact-and-log-retention-settings-for-an-organization", |
| 294 | + "subcategory": "permissions", |
| 295 | + "verb": "get", |
| 296 | + "requestPath": "/orgs/{org}/actions/permissions/artifact-and-log-retention", |
| 297 | + "additional-permissions": false, |
| 298 | + "access": "read" |
| 299 | + }, |
| 300 | + { |
| 301 | + "category": "actions", |
| 302 | + "slug": "set-artifact-and-log-retention-settings-for-an-organization", |
| 303 | + "subcategory": "permissions", |
| 304 | + "verb": "put", |
| 305 | + "requestPath": "/orgs/{org}/actions/permissions/artifact-and-log-retention", |
| 306 | + "additional-permissions": false, |
| 307 | + "access": "write" |
| 308 | + }, |
| 309 | + { |
| 310 | + "category": "actions", |
| 311 | + "slug": "get-fork-pr-contributor-approval-permissions-for-an-organization", |
| 312 | + "subcategory": "permissions", |
| 313 | + "verb": "get", |
| 314 | + "requestPath": "/orgs/{org}/actions/permissions/fork-pr-contributor-approval", |
| 315 | + "additional-permissions": false, |
| 316 | + "access": "read" |
| 317 | + }, |
| 318 | + { |
| 319 | + "category": "actions", |
| 320 | + "slug": "set-fork-pr-contributor-approval-permissions-for-an-organization", |
| 321 | + "subcategory": "permissions", |
| 322 | + "verb": "put", |
| 323 | + "requestPath": "/orgs/{org}/actions/permissions/fork-pr-contributor-approval", |
| 324 | + "additional-permissions": false, |
| 325 | + "access": "write" |
| 326 | + }, |
| 327 | + { |
| 328 | + "category": "actions", |
| 329 | + "slug": "get-private-repo-fork-pr-workflow-settings-for-an-organization", |
| 330 | + "subcategory": "permissions", |
| 331 | + "verb": "get", |
| 332 | + "requestPath": "/orgs/{org}/actions/permissions/fork-pr-workflows-private-repos", |
| 333 | + "additional-permissions": false, |
| 334 | + "access": "read" |
| 335 | + }, |
| 336 | + { |
| 337 | + "category": "actions", |
| 338 | + "slug": "set-private-repo-fork-pr-workflow-settings-for-an-organization", |
| 339 | + "subcategory": "permissions", |
| 340 | + "verb": "put", |
| 341 | + "requestPath": "/orgs/{org}/actions/permissions/fork-pr-workflows-private-repos", |
| 342 | + "additional-permissions": false, |
| 343 | + "access": "write" |
| 344 | + }, |
399 | 345 | {
|
400 | 346 | "category": "actions",
|
401 | 347 | "slug": "list-selected-repositories-enabled-for-github-actions-in-an-organization",
|
|
450 | 396 | "additional-permissions": false,
|
451 | 397 | "access": "write"
|
452 | 398 | },
|
| 399 | + { |
| 400 | + "category": "actions", |
| 401 | + "slug": "get-self-hosted-runners-settings-for-an-organization", |
| 402 | + "subcategory": "permissions", |
| 403 | + "verb": "get", |
| 404 | + "requestPath": "/orgs/{org}/actions/permissions/self-hosted-runners", |
| 405 | + "additional-permissions": false, |
| 406 | + "access": "read" |
| 407 | + }, |
| 408 | + { |
| 409 | + "category": "actions", |
| 410 | + "slug": "set-self-hosted-runners-settings-for-an-organization", |
| 411 | + "subcategory": "permissions", |
| 412 | + "verb": "put", |
| 413 | + "requestPath": "/orgs/{org}/actions/permissions/self-hosted-runners", |
| 414 | + "additional-permissions": false, |
| 415 | + "access": "write" |
| 416 | + }, |
| 417 | + { |
| 418 | + "category": "actions", |
| 419 | + "slug": "list-repositories-allowed-to-use-self-hosted-runners-in-an-organization", |
| 420 | + "subcategory": "permissions", |
| 421 | + "verb": "get", |
| 422 | + "requestPath": "/orgs/{org}/actions/permissions/self-hosted-runners/repositories", |
| 423 | + "additional-permissions": false, |
| 424 | + "access": "read" |
| 425 | + }, |
| 426 | + { |
| 427 | + "category": "actions", |
| 428 | + "slug": "set-repositories-allowed-to-use-self-hosted-runners-in-an-organization", |
| 429 | + "subcategory": "permissions", |
| 430 | + "verb": "put", |
| 431 | + "requestPath": "/orgs/{org}/actions/permissions/self-hosted-runners/repositories", |
| 432 | + "additional-permissions": false, |
| 433 | + "access": "write" |
| 434 | + }, |
| 435 | + { |
| 436 | + "category": "actions", |
| 437 | + "slug": "add-a-repository-to-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization", |
| 438 | + "subcategory": "permissions", |
| 439 | + "verb": "put", |
| 440 | + "requestPath": "/orgs/{org}/actions/permissions/self-hosted-runners/repositories/{repository_id}", |
| 441 | + "additional-permissions": true, |
| 442 | + "access": "write" |
| 443 | + }, |
| 444 | + { |
| 445 | + "category": "actions", |
| 446 | + "slug": "remove-a-repository-from-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization", |
| 447 | + "subcategory": "permissions", |
| 448 | + "verb": "delete", |
| 449 | + "requestPath": "/orgs/{org}/actions/permissions/self-hosted-runners/repositories/{repository_id}", |
| 450 | + "additional-permissions": true, |
| 451 | + "access": "write" |
| 452 | + }, |
453 | 453 | {
|
454 | 454 | "category": "actions",
|
455 | 455 | "slug": "get-default-workflow-permissions-for-an-organization",
|
|
0 commit comments