GitHub Actions · JSON Structure

Github Actions Org Actions Secret Structure

Type: object Properties: 5

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

Properties

name created_at updated_at visibility selected_repositories_url

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "OrgActionsSecret",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    },
    "visibility": {
      "type": "string"
    },
    "selected_repositories_url": {
      "type": "string"
    }
  }
}