Skip to content

Commit 92d1c07

Browse files
authored
Merge pull request #13034 from github/repo-sync
repo sync
2 parents 8e904a4 + b95fb9e commit 92d1c07

10 files changed

Lines changed: 97 additions & 53 deletions

File tree

translations/log/pt-resets.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ translations/pt-BR/content/code-security/supply-chain-security/managing-vulnerab
410410
translations/pt-BR/content/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies.md,rendering error
411411
translations/pt-BR/content/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/viewing-and-updating-vulnerable-dependencies-in-your-repository.md,rendering error
412412
translations/pt-BR/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md,rendering error
413+
translations/pt-BR/content/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry.md,rendering error
413414
translations/pt-BR/content/codespaces/codespaces-reference/disaster-recovery-for-codespaces.md,rendering error
414415
translations/pt-BR/content/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace.md,rendering error
415416
translations/pt-BR/content/codespaces/customizing-your-codespace/index.md,rendering error
@@ -585,6 +586,7 @@ translations/pt-BR/content/graphql/guides/index.md,rendering error
585586
translations/pt-BR/content/graphql/guides/managing-enterprise-accounts.md,rendering error
586587
translations/pt-BR/content/graphql/guides/migrating-graphql-global-node-ids.md,rendering error
587588
translations/pt-BR/content/graphql/index.md,rendering error
589+
translations/pt-BR/content/graphql/reference/mutations.md,rendering error
588590
translations/pt-BR/content/issues/guides.md,rendering error
589591
translations/pt-BR/content/issues/tracking-your-work-with-issues/about-task-lists.md,rendering error
590592
translations/pt-BR/content/issues/tracking-your-work-with-issues/creating-an-issue.md,rendering error

translations/pt-BR/content/admin/configuration/managing-connections-between-your-enterprise-accounts/connecting-your-enterprise-account-to-github-enterprise-cloud.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,19 @@ To configure a connection, your proxy configuration must allow connectivity to `
3434

3535
After enabling {% data variables.product.prodname_github_connect %}, you will be able to enable features such as unified search and unified contributions. For more information about all of the features available, see "[Managing connections between your enterprise accounts](/admin/configuration/managing-connections-between-your-enterprise-accounts)."
3636

37-
When you connect {% data variables.product.product_location %} to {% data variables.product.prodname_ghe_cloud %}, a record on {% data variables.product.prodname_dotcom_the_website %} stores information about the connection:
37+
When you connect {% data variables.product.product_location %} to {% data variables.product.prodname_ghe_cloud %}, or enable {% data variables.product.prodname_github_connect %} features, a record on {% data variables.product.prodname_dotcom_the_website %} stores information about the connection:
3838
{% ifversion ghes %}
3939
- The public key portion of your {% data variables.product.prodname_ghe_server %} license
4040
- A hash of your {% data variables.product.prodname_ghe_server %} license
4141
- The customer name on your {% data variables.product.prodname_ghe_server %} license
4242
- The version of {% data variables.product.product_location_enterprise %}{% endif %}
43-
- The hostname of your {% data variables.product.product_name %} instance
43+
- The hostname of {% data variables.product.product_location %}
4444
- The organization or enterprise account on {% data variables.product.prodname_dotcom_the_website %} that's connected to {% data variables.product.product_location %}
4545
- The authentication token that's used by {% data variables.product.product_location %} to make requests to {% data variables.product.prodname_dotcom_the_website %}
46+
- If Transport Layer Security (TLS) is enabled and configured on {% data variables.product.product_location %}{% ifversion ghes %}
47+
- The {% data variables.product.prodname_github_connect %} features that are enabled on {% data variables.product.product_location %}, and the date and time of enablement{% endif %}
48+
49+
{% data variables.product.prodname_github_connect %} syncs the above connection data between {% data variables.product.product_location %} and {% data variables.product.prodname_ghe_cloud %} weekly, from the day and approximate time that {% data variables.product.prodname_github_connect %} was enabled.
4650

4751
Enabling {% data variables.product.prodname_github_connect %} also creates a {% data variables.product.prodname_github_app %} owned by your {% data variables.product.prodname_ghe_cloud %} organization or enterprise account. {% data variables.product.product_name %} uses the {% data variables.product.prodname_github_app %}'s credentials to make requests to {% data variables.product.prodname_dotcom_the_website %}.
4852
{% ifversion ghes %}

0 commit comments

Comments
 (0)