GitHub Actions · Schema

AuthenticationToken

Properties

Name Type Description
token string
expires_at string
View JSON Schema on GitHub

JSON Schema

github-actions-authentication-token-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AuthenticationToken",
  "type": "object",
  "properties": {
    "token": {
      "type": "string"
    },
    "expires_at": {
      "type": "string"
    }
  }
}