Skip to main content

shared_storage

Overview

Nameshared_storage
TypeResource
Idgithub.billing.shared_storage

Fields

NameDatatypeDescription
estimated_storage_for_monthintegerEstimated sum of free and paid storage space (GB) used in billing cycle.
days_left_in_billing_cycleintegerNumbers of days left in billing cycle.
estimated_paid_storage_for_monthintegerEstimated storage space (GB) used in billing cycle.

Methods

NameAccessible byRequired ParamsDescription
get_shared_storage_billing_gheSELECTenterpriseGets 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."

The authenticated user must be an enterprise admin.
get_shared_storage_billing_orgSELECTorgGets 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_userSELECTusernameGets 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.