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 does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see "Managing billing for GitHub Actions".
Access tokens must have the repo
or admin:org
scope.
octokit.billing.getGithubActionsBillingOrg({org,});
name | required | description |
---|---|---|
org | yes |
See also: GitHub Developer Guide documentation.
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 does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see "Managing billing for GitHub Actions".
Access tokens must have the user
scope.
octokit.billing.getGithubActionsBillingUser({username,});
name | required | description |
---|---|---|
username | yes |
See also: GitHub Developer Guide documentation.
Gets the free and paid storage usued for GitHub Packages in gigabytes.
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.
octokit.billing.getGithubPackagesBillingOrg({org,});
name | required | description |
---|---|---|
org | yes |
See also: GitHub Developer Guide documentation.
Gets the free and paid storage used for GitHub Packages in gigabytes.
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.
octokit.billing.getGithubPackagesBillingUser({username,});
name | required | description |
---|---|---|
username | yes |
See also: GitHub Developer Guide documentation.
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.
octokit.billing.getSharedStorageBillingOrg({org,});
name | required | description |
---|---|---|
org | yes |
See also: GitHub Developer Guide documentation.
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.
octokit.billing.getSharedStorageBillingUser({username,});
name | required | description |
---|---|---|
username | yes |
See also: GitHub Developer Guide documentation.