GitHub Actions · JSON Structure

Github Actions Actions Repository Permissions Structure

Type: object Properties: 3

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

Properties

enabled allowed_actions selected_actions_url

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ActionsRepositoryPermissions",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean"
    },
    "allowed_actions": {
      "type": "string"
    },
    "selected_actions_url": {
      "type": "string"
    }
  }
}