{
  "type": "object",
  "properties": {
    "default_workflow_permissions": {
      "type": "string",
      "description": "The default workflow permissions granted to the GITHUB_TOKEN when running workflows.",
      "enum": [
        "read",
        "write"
      ]
    },
    "can_approve_pull_request_reviews": {
      "type": "boolean",
      "description": "Whether GitHub Actions can approve pull requests. Enabling this can be a security risk."
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}