combined_billing_usage
Overview
Name | combined_billing_usage |
Type | Resource |
Id | github.billing.combined_billing_usage |
Fields
Name | Datatype | Description |
---|---|---|
days_left_in_billing_cycle | integer | Numbers of days left in billing cycle. |
estimated_paid_storage_for_month | integer | Estimated storage space (GB) used in billing cycle. |
estimated_storage_for_month | integer | Estimated sum of free and paid storage space (GB) used in billing cycle. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_shared_storage_billing_org | SELECT | org | Gets the estimated paid and estimated total storage used for GitHub Actions and GitHub Packages. Paid minutes only apply to packages stored for private repositories. For more information, see "Managing billing for GitHub Packages." Access tokens must have the repo or admin:org scope. |
get_shared_storage_billing_user | SELECT | username | Gets the estimated paid and estimated total storage used for GitHub Actions and GitHub Packages. Paid minutes only apply to packages stored for private repositories. For more information, see "Managing billing for GitHub Packages." Access tokens must have the user scope. |