Difference between revisions of "GitHub/Actions Runner API"

From Omnia
Jump to navigation Jump to search
(Created page with "== App Permissions == Repository Permissions: * Actions: Read and Write ** Workflows, workflow runs and artifacts. * Contents: Read-only ** Repository contents, commits, bran...")
 
 
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 12: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.