pub async fn actions_slash_get_actions_cache_usage(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<ActionsCacheUsageByRepository, Error<ActionsSlashGetActionsCacheUsageError>>
Expand description
Gets GitHub Actions cache usage for a repository. 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. Anyone with read access to the repository can use this endpoint. If the repository is private, OAuth tokens and personal access tokens (classic) need the repo
scope to use this endpoint.