Schema1.1.4
objectactions-organization-permissions
- Source
github-v3-rest.json- Revision
f5f067c1e6f6- Active snapshot
85e53e3d0d65
allowed_actions
optionalstring<allowed-actions>
allowed-actions
Allowed: "all", "local_only", "selected"
The permissions policy that controls the actions that are allowed to run. Can be one of: `all`, `local_only`, or `selected`.
enabled_repositories
requiredstring<enabled-repositories>
enabled-repositories
Allowed: "all", "none", "selected"
The policy that controls the repositories in the organization that are allowed to run GitHub Actions. Can be one of: `all`, `none`, or `selected`.
selected_actions_url string
optionalThe API URL to use to get or set the actions that are allowed to run, when `allowed_actions` is set to `selected`.
selected_repositories_url string
optionalThe API URL to use to get or set the selected repositories that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`.