billing_slash_get_github_actions_billing_user

Function billing_slash_get_github_actions_billing_user 

Source
pub async fn billing_slash_get_github_actions_billing_user(
    configuration: &Configuration,
    username: &str,
) -> Result<ActionsBillingUsage, Error<BillingSlashGetGithubActionsBillingUserError>>
Expand description

Gets the summary of the free and paid GitHub Actions minutes used. Paid minutes only apply to workflows in private repositories that use GitHub-hosted runners. Minutes used is listed for each GitHub-hosted runner operating system. Any job re-runs are also included in the usage. The usage returned includes any minute multipliers for macOS and Windows runners, and is rounded up to the nearest whole minute. For more information, see "Managing billing for GitHub Actions". OAuth app tokens and personal access tokens (classic) need the user scope to use this endpoint.