# allowed-actions

From **GitHub v3 REST API**.

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

- Type: `string`
- Allowed values: `"all"`, `"local_only"`, `"selected"`

## JSON Schema

```json
{"description":"The permissions policy that controls the actions that are allowed to run. Can be one of: `all`, `local_only`, or `selected`.","enum":["all","local_only","selected"],"type":"string"}
```
