{
  "type": "object",
  "required": [
    "run_workflows_from_fork_pull_requests"
  ],
  "properties": {
    "run_workflows_from_fork_pull_requests": {
      "type": "boolean",
      "description": "Whether workflows triggered by pull requests from forks are allowed to run on private repositories."
    },
    "send_write_tokens_to_workflows": {
      "type": "boolean",
      "description": "Whether GitHub Actions can create pull requests or submit approving pull request reviews from a workflow triggered by a fork pull request."
    },
    "send_secrets_and_variables": {
      "type": "boolean",
      "description": "Whether to make secrets and variables available to workflows triggered by pull requests from forks."
    },
    "require_approval_for_fork_pr_workflows": {
      "type": "boolean",
      "description": "Whether workflows triggered by pull requests from forks require approval from a repository administrator to run."
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}