GitHub Actions · Schema

ActionsDefaultWorkflowPermissions

Properties

Name Type Description
default_workflow_permissions string
can_approve_pull_request_reviews boolean
View JSON Schema on GitHub

JSON Schema

github-actions-actions-default-workflow-permissions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ActionsDefaultWorkflowPermissions",
  "type": "object",
  "properties": {
    "default_workflow_permissions": {
      "type": "string"
    },
    "can_approve_pull_request_reviews": {
      "type": "boolean"
    }
  }
}