1
0
mirror of synced 2026-01-10 18:02:53 -05:00

Update creating-a-personal-access-token to include a note about scopes (#21490)

This commit is contained in:
lesleyanneb
2021-09-16 01:00:31 +10:00
committed by GitHub
parent 87fb513d87
commit 2912ae700e

View File

@@ -29,6 +29,8 @@ Personal access tokens (PATs) are an alternative to using passwords for authenti
{% ifversion fpt %}{% data reusables.user_settings.removes-personal-access-tokens %}{% endif %}
A token with no assigned scopes can only access public information. To use your token to access repositories from the command line, select `repo`. For more information, see “[Available scopes](/apps/building-oauth-apps/scopes-for-oauth-apps#available-scopes)”.
## Creating a token
{% ifversion fpt %}1. [Verify your email address](/github/getting-started-with-github/verifying-your-email-address), if it hasn't been verified yet.{% endif %}