GitHub Actions · Schema

ActionsRepositoryPermissions

Properties

Name Type Description
enabled boolean
allowed_actions string
selected_actions_url string
View JSON Schema on GitHub

JSON Schema

github-actions-actions-repository-permissions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ActionsRepositoryPermissions",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean"
    },
    "allowed_actions": {
      "type": "string"
    },
    "selected_actions_url": {
      "type": "string"
    }
  }
}