Skip to content

Commit 86adc72

Browse files
authored
Merge pull request #12686 from github/repo-sync
repo sync
2 parents 8c19c3a + 43535c9 commit 86adc72

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

content/actions/monitoring-and-troubleshooting-workflows/viewing-job-execution-time.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ shortTitle: View job execution time
1313
{% data reusables.actions.enterprise-github-hosted-runners %}
1414
{% data reusables.actions.ae-beta %}
1515

16-
Billable job execution minutes are only shown for jobs run on private repositories that use {% data variables.product.prodname_dotcom %}-hosted runners. There are no billable minutes when using {% data variables.product.prodname_actions %} in public repositories or for jobs run on self-hosted runners.
16+
Billable job execution minutes are only shown for jobs run on private repositories that use {% data variables.product.prodname_dotcom %}-hosted runners and are rounded up to the next minute. There are no billable minutes when using {% data variables.product.prodname_actions %} in public repositories or for jobs run on self-hosted runners.
1717

1818
{% data reusables.repositories.navigate-to-repo %}
1919
{% data reusables.repositories.actions-tab %}
@@ -24,6 +24,6 @@ Billable job execution minutes are only shown for jobs run on private repositori
2424

2525
{% note %}
2626

27-
**Note:** The billable time shown does not include any rounding or minute multipliers. To view your total {% data variables.product.prodname_actions %} usage, including rounding and minute multipliers, see "[Viewing your {% data variables.product.prodname_actions %} usage](/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage)."
27+
**Note:** The billable time shown does not include any minute multipliers. To view your total {% data variables.product.prodname_actions %} usage, including minute multipliers, see "[Viewing your {% data variables.product.prodname_actions %} usage](/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage)."
2828

2929
{% endnote %}

data/reusables/secret-scanning/partner-secret-list-private-repo.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ Google | Google OAuth Access Token | google_oauth_access_token{% endif %}
105105
Google | Google OAuth Client ID | google_oauth_client_id{% endif %}
106106
{%- ifversion fpt or ghec or ghes > 3.3 %}
107107
Google | Google OAuth Client Secret | google_oauth_client_secret{% endif %}
108+
{%- ifversion fpt or ghec or ghes > 3.3 %}
109+
Google | Google OAuth Refresh Token | google_oauth_refresh_token{% endif %}
108110
{%- ifversion fpt or ghec or ghes > 3.1 or ghae-next %}
109111
Grafana | Grafana API Key | grafana_api_key{% endif %}
110112
Hashicorp Terraform | Terraform Cloud / Enterprise API Token | terraform_api_token

0 commit comments

Comments
 (0)