GitHub/Actions Runner API: Difference between revisions
< GitHub
(Created page with "== App Permissions == Repository Permissions: * Actions: Read and Write ** Workflows, workflow runs and artifacts. * Contents: Read-only ** Repository contents, commits, bran...") |
No edit summary |
||
Line 10: | Line 10: | ||
* Pull requests: Read-only | * Pull requests: Read-only | ||
** Pull requests and related comments, assignees, labels, milestones, and merges. | ** Pull requests and related comments, assignees, labels, milestones, and merges. | ||
Organization Permissions: | |||
* Self-hosted runners | |||
** View and manage Actions self-hosted runners available to an organization. |
Latest revision as of 19:57, 1 December 2023
App Permissions
Repository Permissions:
- Actions: Read and Write
- Workflows, workflow runs and artifacts.
- Contents: Read-only
- Repository contents, commits, branches, downloads, releases, and merges.
- Metadata: Read-only
- Search repositories, list collaborators, and access repository metadata.
- Pull requests: Read-only
- Pull requests and related comments, assignees, labels, milestones, and merges.
Organization Permissions:
- Self-hosted runners
- View and manage Actions self-hosted runners available to an organization.