Skip to content

Commit a8e5782

Browse files
authored
Merge pull request #36985 from github/repo-sync
Repo sync
2 parents e96076f + 45b3adc commit a8e5782

2 files changed

Lines changed: 1 addition & 12 deletions

File tree

content/authentication/keeping-your-account-and-data-secure/preventing-unauthorized-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ After changing your password, you should perform these actions to make sure that
2121
* Enable two-factor authentication on your account so that access requires more than just a password. For more information, see [AUTOTITLE](/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication).
2222
{%- ifversion passkeys %}
2323
* Add a passkey to your account to enable a secure, passwordless login. Passkeys are phishing-resistant, and they don't require memorization or active management. See [AUTOTITLE](/authentication/authenticating-with-a-passkey/about-passkeys).{% endif %}
24-
* Review your SSH keys, deploy keys, and authorized integrations and revoke unauthorized or unfamiliar access in your SSH and Applications settings. For more information, see [AUTOTITLE](/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys), [AUTOTITLE](/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys), and [AUTOTITLE](/apps/using-github-apps/reviewing-your-authorized-integrations).
24+
* Review your SSH keys, deploy keys, and authorized OAuth apps and GitHub Apps and revoke unauthorized or unfamiliar access in your SSH and Applications settings. For more information, see [AUTOTITLE](/authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys), [AUTOTITLE](/authentication/keeping-your-account-and-data-secure/reviewing-your-deploy-keys), [AUTOTITLE](/apps/oauth-apps/using-oauth-apps/reviewing-your-authorized-oauth-apps), and [AUTOTITLE](/apps/using-github-apps/reviewing-your-authorized-integrations).
2525
{% ifversion fpt or ghec %}
2626
* Verify all your email addresses. If an attacker added their email address to your account, it could allow them to force an unintended password reset. For more information, see [AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/verifying-your-email-address).
2727
{% endif %}

content/migrations/using-github-enterprise-importer/migrating-between-github-products/about-migrations-between-github-products.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,6 @@ Before you use {% data variables.product.prodname_importer_proper_name %}, under
3939

4040
## Data that is migrated from {% data variables.product.prodname_ghe_server %}
4141

42-
> [!WARNING]
43-
> The Wikis migration is currently unavailable.
44-
> As a workaround, you can migrate manually:
45-
>
46-
> ```shell copy
47-
> git clone --mirror OLD-REPOSITORY-URL
48-
> cd OLD-REPOSITORY-NAME
49-
> git remote add new-origin NEW-REPOSITORY-URL
50-
> git push new-origin --mirror
51-
> ```
52-
5342
To migrate from {% data variables.product.prodname_ghe_server %} (GHES), you must have GHES version 3.4.1 or higher. The data that is migrated depends on the version you're using.
5443

5544
Item | GHES 3.4.1+ | GHES 3.5.0+ |

0 commit comments

Comments
 (0)