# enabled-repositories

From **GitHub v3 REST API**.

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

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

## JSON Schema

```json
{"description":"The policy that controls the repositories in the organization that are allowed to run GitHub Actions. Can be one of: `all`, `none`, or `selected`.","enum":["all","none","selected"],"type":"string"}
```
