From 3043ca41d2591ec17f46e4b17ec64f3dcad2a55e Mon Sep 17 00:00:00 2001 From: Mariam <15mariams@github.com> Date: Wed, 19 Oct 2022 15:25:43 -0700 Subject: [PATCH] Update token-expiration-and-revocation.md (#31870) --- .../token-expiration-and-revocation.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation.md b/content/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation.md index 7dae72fd34..877fedd33b 100644 --- a/content/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation.md +++ b/content/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation.md @@ -35,8 +35,6 @@ When you create a {% data variables.product.pat_generic %}, we recommend that yo If a valid OAuth token, {% data variables.product.prodname_github_app %} token, or {% data variables.product.pat_generic %} is pushed to a public repository or public gist, the token will be automatically revoked. -OAuth tokens and personal {% data variables.product.pat_v1_plural %} pushed to public repositories and public gists will only be revoked if the token has scopes.{% ifversion pat-v2 %} {% data variables.product.pat_v2_caps %}s will always be revoked.{% endif %} - {% endif %} {% ifversion fpt or ghec %}