GitHub Actions · Example Payload

Github Actions Authentication Token Example

Github Actions Authentication Token Example is an example object payload from GitHub Actions, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

tokenexpires_at

Example Payload

Raw ↑
{
  "token": "example_value",
  "expires_at": "2026-01-15T10:30:00Z"
}