admin:org
scope to use this endpoint. GitHub Apps must have the administration
organization permission to use this API.curl --location --request GET 'https://api.github.com/orgs//actions/permissions'
{
"allowed_actions": "all",
"enabled_repositories": "all",
"selected_actions_url": "string",
"selected_repositories_url": "string"
}
allowed_actions
is set to selected
.enabled_repositories
is set to selected
.