GitHub Actions · Example Payload

Github Actions Environment Approval Example

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

Top-level fields

environmentsstatecomment

Example Payload

Raw ↑
{
  "environments": [],
  "state": "example_value",
  "comment": "example_value"
}