GitHub Actions · Schema

ActionsSecret

Properties

Name Type Description
name string The name of the secret.
created_at string
updated_at string
View JSON Schema on GitHub

JSON Schema

github-actions-actions-secret-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ActionsSecret",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the secret."
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}