|
1641 | 1641 | "title": "Self-hosted runners", |
1642 | 1642 | "displayTitle": "Organization permissions for \"Self-hosted runners\"", |
1643 | 1643 | "permissions": [ |
| 1644 | + { |
| 1645 | + "category": "actions", |
| 1646 | + "slug": "list-self-hosted-runner-groups-for-an-organization", |
| 1647 | + "subcategory": "self-hosted-runner-groups", |
| 1648 | + "verb": "get", |
| 1649 | + "requestPath": "/orgs/{org}/actions/runner-groups", |
| 1650 | + "additional-permissions": false, |
| 1651 | + "access": "read" |
| 1652 | + }, |
| 1653 | + { |
| 1654 | + "category": "actions", |
| 1655 | + "slug": "create-a-self-hosted-runner-group-for-an-organization", |
| 1656 | + "subcategory": "self-hosted-runner-groups", |
| 1657 | + "verb": "post", |
| 1658 | + "requestPath": "/orgs/{org}/actions/runner-groups", |
| 1659 | + "additional-permissions": false, |
| 1660 | + "access": "write" |
| 1661 | + }, |
| 1662 | + { |
| 1663 | + "category": "actions", |
| 1664 | + "slug": "get-a-self-hosted-runner-group-for-an-organization", |
| 1665 | + "subcategory": "self-hosted-runner-groups", |
| 1666 | + "verb": "get", |
| 1667 | + "requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}", |
| 1668 | + "additional-permissions": false, |
| 1669 | + "access": "read" |
| 1670 | + }, |
| 1671 | + { |
| 1672 | + "category": "actions", |
| 1673 | + "slug": "update-a-self-hosted-runner-group-for-an-organization", |
| 1674 | + "subcategory": "self-hosted-runner-groups", |
| 1675 | + "verb": "patch", |
| 1676 | + "requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}", |
| 1677 | + "additional-permissions": false, |
| 1678 | + "access": "write" |
| 1679 | + }, |
| 1680 | + { |
| 1681 | + "category": "actions", |
| 1682 | + "slug": "delete-a-self-hosted-runner-group-from-an-organization", |
| 1683 | + "subcategory": "self-hosted-runner-groups", |
| 1684 | + "verb": "delete", |
| 1685 | + "requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}", |
| 1686 | + "additional-permissions": false, |
| 1687 | + "access": "write" |
| 1688 | + }, |
| 1689 | + { |
| 1690 | + "category": "actions", |
| 1691 | + "slug": "list-repository-access-to-a-self-hosted-runner-group-in-an-organization", |
| 1692 | + "subcategory": "self-hosted-runner-groups", |
| 1693 | + "verb": "get", |
| 1694 | + "requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories", |
| 1695 | + "additional-permissions": false, |
| 1696 | + "access": "read" |
| 1697 | + }, |
| 1698 | + { |
| 1699 | + "category": "actions", |
| 1700 | + "slug": "set-repository-access-for-a-self-hosted-runner-group-in-an-organization", |
| 1701 | + "subcategory": "self-hosted-runner-groups", |
| 1702 | + "verb": "put", |
| 1703 | + "requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories", |
| 1704 | + "additional-permissions": false, |
| 1705 | + "access": "write" |
| 1706 | + }, |
| 1707 | + { |
| 1708 | + "category": "actions", |
| 1709 | + "slug": "add-repository-access-to-a-self-hosted-runner-group-in-an-organization", |
| 1710 | + "subcategory": "self-hosted-runner-groups", |
| 1711 | + "verb": "put", |
| 1712 | + "requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories/{repository_id}", |
| 1713 | + "additional-permissions": true, |
| 1714 | + "access": "write" |
| 1715 | + }, |
| 1716 | + { |
| 1717 | + "category": "actions", |
| 1718 | + "slug": "remove-repository-access-to-a-self-hosted-runner-group-in-an-organization", |
| 1719 | + "subcategory": "self-hosted-runner-groups", |
| 1720 | + "verb": "delete", |
| 1721 | + "requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories/{repository_id}", |
| 1722 | + "additional-permissions": true, |
| 1723 | + "access": "write" |
| 1724 | + }, |
| 1725 | + { |
| 1726 | + "category": "actions", |
| 1727 | + "slug": "list-self-hosted-runners-in-a-group-for-an-organization", |
| 1728 | + "subcategory": "self-hosted-runner-groups", |
| 1729 | + "verb": "get", |
| 1730 | + "requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners", |
| 1731 | + "additional-permissions": false, |
| 1732 | + "access": "read" |
| 1733 | + }, |
| 1734 | + { |
| 1735 | + "category": "actions", |
| 1736 | + "slug": "set-self-hosted-runners-in-a-group-for-an-organization", |
| 1737 | + "subcategory": "self-hosted-runner-groups", |
| 1738 | + "verb": "put", |
| 1739 | + "requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners", |
| 1740 | + "additional-permissions": false, |
| 1741 | + "access": "write" |
| 1742 | + }, |
| 1743 | + { |
| 1744 | + "category": "actions", |
| 1745 | + "slug": "add-a-self-hosted-runner-to-a-group-for-an-organization", |
| 1746 | + "subcategory": "self-hosted-runner-groups", |
| 1747 | + "verb": "put", |
| 1748 | + "requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners/{runner_id}", |
| 1749 | + "additional-permissions": false, |
| 1750 | + "access": "write" |
| 1751 | + }, |
| 1752 | + { |
| 1753 | + "category": "actions", |
| 1754 | + "slug": "remove-a-self-hosted-runner-from-a-group-for-an-organization", |
| 1755 | + "subcategory": "self-hosted-runner-groups", |
| 1756 | + "verb": "delete", |
| 1757 | + "requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/runners/{runner_id}", |
| 1758 | + "additional-permissions": false, |
| 1759 | + "access": "write" |
| 1760 | + }, |
1644 | 1761 | { |
1645 | 1762 | "category": "actions", |
1646 | 1763 | "slug": "list-self-hosted-runners-for-an-organization", |
|
5349 | 5466 | "additional-permissions": true, |
5350 | 5467 | "access": "read" |
5351 | 5468 | }, |
| 5469 | + { |
| 5470 | + "category": "actions", |
| 5471 | + "slug": "add-repository-access-to-a-self-hosted-runner-group-in-an-organization", |
| 5472 | + "subcategory": "self-hosted-runner-groups", |
| 5473 | + "verb": "put", |
| 5474 | + "requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories/{repository_id}", |
| 5475 | + "additional-permissions": true, |
| 5476 | + "access": "read" |
| 5477 | + }, |
| 5478 | + { |
| 5479 | + "category": "actions", |
| 5480 | + "slug": "remove-repository-access-to-a-self-hosted-runner-group-in-an-organization", |
| 5481 | + "subcategory": "self-hosted-runner-groups", |
| 5482 | + "verb": "delete", |
| 5483 | + "requestPath": "/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories/{repository_id}", |
| 5484 | + "additional-permissions": true, |
| 5485 | + "access": "read" |
| 5486 | + }, |
5352 | 5487 | { |
5353 | 5488 | "category": "actions", |
5354 | 5489 | "slug": "add-selected-repository-to-an-organization-secret", |
|
0 commit comments