GitHub Actions · JSON Structure

Github Actions Actions Default Workflow Permissions Structure

Type: object Properties: 2

ActionsDefaultWorkflowPermissions is a JSON Structure definition published by GitHub Actions, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

default_workflow_permissions can_approve_pull_request_reviews

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ActionsDefaultWorkflowPermissions",
  "type": "object",
  "properties": {
    "default_workflow_permissions": {
      "type": "string"
    },
    "can_approve_pull_request_reviews": {
      "type": "boolean"
    }
  }
}