Skip to main content

Set GitHub Actions permissions for an enterprise

Sets the GitHub Actions permissions policy for organizations and allowed actions in an enterprise. You must authenticate using an access token with the `admin:enterprise` scope to use this endpoint.

PUT/enterprises/{enterprise}/actions/permissions
Source
github-v3-rest.json
Revision
f5f067c1e6f6
Active snapshot
85e53e3d0d65

Request

Path Parameters
enterprise string
required

The slug version of the enterprise name. You can also substitute this value with the enterprise id.

Body Params
required
application/jsonobject
allowed_actions
string< allowed-actions >
optional

The permissions policy that controls the actions that are allowed to run. Can be one of: `all`, `local_only`, or `selected`.

enabled_organizations
string< enabled-organizations >
required

The policy that controls the organizations in the enterprise that are allowed to run GitHub Actions. Can be one of: `all`, `none`, or `selected`.

Responses

Response