enabled-organizations

The policy that controls the organizations in the enterprise that are allowed to run GitHub Actions.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-enabled-organizations-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/enabled-organizations",
  "title": "enabled-organizations",
  "type": "string",
  "description": "The policy that controls the organizations in the enterprise that are allowed to run GitHub Actions.",
  "enum": [
    "all",
    "none",
    "selected"
  ]
}