GitHub Actions · Example Payload

Github Actions Runner Group Example

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

Top-level fields

idnamevisibilitydefaultrunners_urlinheritedallows_public_repositories

Example Payload

Raw ↑
{
  "id": "abc123",
  "name": "Example Title",
  "visibility": "example_value",
  "default": true,
  "runners_url": "https://www.example.com",
  "inherited": true,
  "allows_public_repositories": true
}