actions
Set GitHub Actions cache storage limit for an organization
Sets GitHub Actions cache storage limit for an organization. All organizations and repositories under this organization may not set a higher cache storage limit.
OAuth tokens and personal access tokens (classic) need the admin:organization scope to use this endpoint.
put/organizations/{org}/actions/cache/storage-limit
Path parameters
orgstring required
The organization name. The name is not case sensitive.
Request body
Example request
{
"max_cache_size_gb": 10
}Response
Response