1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Merge pull request #21560 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-10-22 10:57:33 -07:00
committed by GitHub
9 changed files with 13 additions and 11 deletions

View File

@@ -22,6 +22,7 @@ children:
- /managing-team-memberships-with-identity-provider-groups
- /about-support-for-your-idps-conditional-access-policy
- /migrating-from-saml-to-oidc
- /migrating-your-enterprise-to-a-new-identity-provider-or-tenant
ms.openlocfilehash: 0d8cc71db11e7eb094b0771f8e03a690f449e380
ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5
ms.translationtype: HT

View File

@@ -44,7 +44,7 @@ To configure authentication and user provisioning for {% data variables.product.
{% ifversion ghae %}
1. In Azure AD, add {% data variables.product.ae_azure_ad_app_link %} to your tenant and configure single sign-on. For more information, see [Tutorial: Azure Active Directory single sign-on (SSO) integration with {% data variables.product.prodname_ghe_managed %}](https://docs.microsoft.com/azure/active-directory/saas-apps/github-ae-tutorial) in the Microsoft Docs.
1. In Azure AD, add the {% data variables.enterprise.ae_azure_ad_app_link %} to your tenant and configure single sign-on. For more information, see [Tutorial: Azure Active Directory single sign-on (SSO) integration with {% data variables.product.prodname_ghe_managed %}](https://docs.microsoft.com/azure/active-directory/saas-apps/github-ae-tutorial) in the Microsoft Docs.
1. In {% data variables.product.prodname_ghe_managed %}, enter the details for your Azure AD tenant.

View File

@@ -35,6 +35,7 @@ If you have multiple GPG keys, you need to tell Git which one to use.
{% data reusables.gpg.list-keys-with-note %}
{% data reusables.gpg.copy-gpg-key-id %}
{% data reusables.gpg.paste-gpg-key-id %}
{% data reusables.gpg.set-auto-sign %}
1. If you aren't using the GPG suite, run the following command in the `zsh` shell to add the GPG key to your `.zshrc` file, if it exists, or your `.zprofile` file:
```shell
$ if [ -r ~/.zshrc ]; then echo 'export GPG_TTY=$(tty)' >> ~/.zshrc; \
@@ -73,6 +74,7 @@ If you have multiple GPG keys, you need to tell Git which one to use.
{% data reusables.gpg.list-keys-with-note %}
{% data reusables.gpg.copy-gpg-key-id %}
{% data reusables.gpg.paste-gpg-key-id %}
{% data reusables.gpg.set-auto-sign %}
{% endwindows %}
@@ -95,6 +97,7 @@ If you have multiple GPG keys, you need to tell Git which one to use.
{% data reusables.gpg.list-keys-with-note %}
{% data reusables.gpg.copy-gpg-key-id %}
{% data reusables.gpg.paste-gpg-key-id %}
{% data reusables.gpg.set-auto-sign %}
1. To add your GPG key to your `.bashrc` startup file, run the following command:
```bash
$ [ -f ~/.bashrc ] && echo 'export GPG_TTY=$(tty)' >> ~/.bashrc

View File

@@ -110,9 +110,6 @@ prodname_oauth_apps: 'OAuth Apps'
prodname_enterprise_api: '{% ifversion ghes %}GitHub Enterprise Server{% elsif ghae %}GitHub AE{% endif %} APIs'
prodname_unfurls: 'Content Attachments'
# Azure AD
ae_azure_ad_app_link: 'the [GitHub AE application](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/aad.githubenterpriseserver)'
# GitHub Actions
## Use this variable only when referring to GitHub Actions the product. When referring to the thing that someone creates using the product, call it an action (small a). See the terminology page of the Brand Guide for more.
prodname_actions: 'GitHub Actions'

View File

@@ -22,6 +22,7 @@ children:
- /managing-team-memberships-with-identity-provider-groups
- /about-support-for-your-idps-conditional-access-policy
- /migrating-from-saml-to-oidc
- /migrating-your-enterprise-to-a-new-identity-provider-or-tenant
ms.openlocfilehash: 0d8cc71db11e7eb094b0771f8e03a690f449e380
ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5
ms.translationtype: HT

View File

@@ -44,7 +44,7 @@ To configure authentication and user provisioning for {% data variables.product.
{% ifversion ghae %}
1. In Azure AD, add {% data variables.product.ae_azure_ad_app_link %} to your tenant and configure single sign-on. For more information, see [Tutorial: Azure Active Directory single sign-on (SSO) integration with {% data variables.product.prodname_ghe_managed %}](https://docs.microsoft.com/azure/active-directory/saas-apps/github-ae-tutorial) in the Microsoft Docs.
1. In Azure AD, add the {% data variables.enterprise.ae_azure_ad_app_link %} to your tenant and configure single sign-on. For more information, see [Tutorial: Azure Active Directory single sign-on (SSO) integration with {% data variables.product.prodname_ghe_managed %}](https://docs.microsoft.com/azure/active-directory/saas-apps/github-ae-tutorial) in the Microsoft Docs.
1. In {% data variables.product.prodname_ghe_managed %}, enter the details for your Azure AD tenant.

View File

@@ -35,6 +35,7 @@ If you have multiple GPG keys, you need to tell Git which one to use.
{% data reusables.gpg.list-keys-with-note %}
{% data reusables.gpg.copy-gpg-key-id %}
{% data reusables.gpg.paste-gpg-key-id %}
{% data reusables.gpg.set-auto-sign %}
1. If you aren't using the GPG suite, run the following command in the `zsh` shell to add the GPG key to your `.zshrc` file, if it exists, or your `.zprofile` file:
```shell
$ if [ -r ~/.zshrc ]; then echo 'export GPG_TTY=$(tty)' >> ~/.zshrc; \
@@ -73,6 +74,7 @@ If you have multiple GPG keys, you need to tell Git which one to use.
{% data reusables.gpg.list-keys-with-note %}
{% data reusables.gpg.copy-gpg-key-id %}
{% data reusables.gpg.paste-gpg-key-id %}
{% data reusables.gpg.set-auto-sign %}
{% endwindows %}
@@ -95,6 +97,7 @@ If you have multiple GPG keys, you need to tell Git which one to use.
{% data reusables.gpg.list-keys-with-note %}
{% data reusables.gpg.copy-gpg-key-id %}
{% data reusables.gpg.paste-gpg-key-id %}
{% data reusables.gpg.set-auto-sign %}
1. To add your GPG key to your `.bashrc` startup file, run the following command:
```bash
$ [ -f ~/.bashrc ] && echo 'export GPG_TTY=$(tty)' >> ~/.bashrc

View File

@@ -110,9 +110,6 @@ prodname_oauth_apps: 'OAuth Apps'
prodname_enterprise_api: '{% ifversion ghes %}GitHub Enterprise Server{% elsif ghae %}GitHub AE{% endif %} APIs'
prodname_unfurls: 'Content Attachments'
# Azure AD
ae_azure_ad_app_link: 'the [GitHub AE application](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/aad.githubenterpriseserver)'
# GitHub Actions
## Use this variable only when referring to GitHub Actions the product. When referring to the thing that someone creates using the product, call it an action (small a). See the terminology page of the Brand Guide for more.
prodname_actions: 'GitHub Actions'

View File

@@ -612,8 +612,8 @@ translations/es-ES/content/code-security/secret-scanning/about-secret-scanning.m
translations/es-ES/content/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories.md,rendering error
translations/es-ES/content/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning.md,rendering error
translations/es-ES/content/code-security/secret-scanning/managing-alerts-from-secret-scanning.md,rendering error
translations/es-ES/content/code-security/secret-scanning/protecting-pushes-with-secret-scanning.md,broken liquid tags
translations/es-ES/content/code-security/secret-scanning/pushing-a-branch-blocked-by-push-protection.md,broken liquid tags
translations/es-ES/content/code-security/secret-scanning/protecting-pushes-with-secret-scanning.md,rendering error
translations/es-ES/content/code-security/secret-scanning/pushing-a-branch-blocked-by-push-protection.md,rendering error
translations/es-ES/content/code-security/security-overview/about-the-security-overview.md,rendering error
translations/es-ES/content/code-security/security-overview/filtering-alerts-in-the-security-overview.md,rendering error
translations/es-ES/content/code-security/security-overview/viewing-the-security-overview.md,rendering error
@@ -1037,7 +1037,7 @@ translations/es-ES/data/reusables/dependabot/beta-security-and-version-updates.m
translations/es-ES/data/reusables/dependabot/default-dependencies-allow-ignore.md,broken liquid tags
translations/es-ES/data/reusables/dependabot/enabling-disabling-dependency-graph-private-repo.md,rendering error
translations/es-ES/data/reusables/dependabot/enterprise-enable-dependabot.md,rendering error
translations/es-ES/data/reusables/dependabot/supported-package-managers.md,broken liquid tags
translations/es-ES/data/reusables/dependabot/supported-package-managers.md,rendering error
translations/es-ES/data/reusables/desktop/get-an-account.md,broken liquid tags
translations/es-ES/data/reusables/discussions/enabling-or-disabling-github-discussions-for-your-organization.md,broken liquid tags
translations/es-ES/data/reusables/discussions/navigate-to-repo-or-org.md,broken liquid tags
1 file reason
612 translations/es-ES/content/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories.md rendering error
613 translations/es-ES/content/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning.md rendering error
614 translations/es-ES/content/code-security/secret-scanning/managing-alerts-from-secret-scanning.md rendering error
615 translations/es-ES/content/code-security/secret-scanning/protecting-pushes-with-secret-scanning.md broken liquid tags rendering error
616 translations/es-ES/content/code-security/secret-scanning/pushing-a-branch-blocked-by-push-protection.md broken liquid tags rendering error
617 translations/es-ES/content/code-security/security-overview/about-the-security-overview.md rendering error
618 translations/es-ES/content/code-security/security-overview/filtering-alerts-in-the-security-overview.md rendering error
619 translations/es-ES/content/code-security/security-overview/viewing-the-security-overview.md rendering error
1037 translations/es-ES/data/reusables/dependabot/default-dependencies-allow-ignore.md broken liquid tags
1038 translations/es-ES/data/reusables/dependabot/enabling-disabling-dependency-graph-private-repo.md rendering error
1039 translations/es-ES/data/reusables/dependabot/enterprise-enable-dependabot.md rendering error
1040 translations/es-ES/data/reusables/dependabot/supported-package-managers.md broken liquid tags rendering error
1041 translations/es-ES/data/reusables/desktop/get-an-account.md broken liquid tags
1042 translations/es-ES/data/reusables/discussions/enabling-or-disabling-github-discussions-for-your-organization.md broken liquid tags
1043 translations/es-ES/data/reusables/discussions/navigate-to-repo-or-org.md broken liquid tags