Sample - GitHub REST API
GET/repos/{owner}/{repo}/actions/permissions

Get GitHub Actions permissions for a repository

Gets the GitHub Actions permissions policy for a repository, including whether GitHub Actions is enabled and the actions and reusable workflows allowed to run in the repository.

OAuth tokens and personal access tokens (classic) need the repo scope to use this endpoint.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

2 parameters
ownerstringrequired
The account owner of the repository. The name is not case sensitive.
repostringrequired
The name of the repository without the `.git` extension. The name is not case sensitive.

1 status code
200Response
enabledbooleanrequired
Whether GitHub Actions is enabled on the repository.
allowed_actionsstringoptional
The permissions policy that controls the actions and reusable workflows that are allowed to run.
Allowed:alllocal_onlyselected
selected_actions_urlstringoptional
The API URL to use to get or set the actions and reusable workflows that are allowed to run, when `allowed_actions` is set to `selected`.
sha_pinning_requiredbooleanoptional
Whether actions must be pinned to a full-length commit SHA.