orgs
actions
Gets the total GitHub Actions cache usage for an organization.
The data fetched using this API is refreshed approximately every 5 minutes, so values returned from this endpoint may take at least 5 minutes to get updated.
You must authenticate using an access token with the read:org
scope to use this endpoint. GitHub Apps must have the organization_admistration:read
permission to use this endpoint.
Get GitHub Actions cache usage for an organization
Arguments
Returns
Examples
Create player example
POST /players
Content-type: application/json
Authorization: Bearer <YOUR TOKEN>
X-Custom-Header: custom-header-value
{ "format": "json", "data": { "name": "Bob" } },