GitHub Actions · Schema

OrgActionsSecret

Properties

Name Type Description
name string
created_at string
updated_at string
visibility string
selected_repositories_url string
View JSON Schema on GitHub

JSON Schema

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