GitHub Actions · Example Payload

Github Actions Pending Deployment Example

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

Top-level fields

environmentwait_timerwait_timer_started_atcurrent_user_can_approvereviewers

Example Payload

Raw ↑
{
  "environment": "example_value",
  "wait_timer": 10,
  "wait_timer_started_at": "2026-01-15T10:30:00Z",
  "current_user_can_approve": true,
  "reviewers": []
}