From 1a3c8c3f9ed4fc9240b56bd91f19f3cbed8672b7 Mon Sep 17 00:00:00 2001 From: Rami Zackary Shamir Date: Tue, 27 Oct 2020 23:16:30 -0400 Subject: [PATCH 1/2] Update creating-a-personal-access-token.md Why: The screenshot image for Step 6 'Give your token a descriptive name' is incorrect. This can cause confusion for developers who are new to GiHub, especially since all the other steps have correct screenshots. Issue #851 What's being changed: Line 29: Replaced the current incorrect screenshot's url with a url for [the correct screenshot.](https://res.cloudinary.com/ramizackaryshamir/image/upload/c_scale,w_270/v1603818860/pullrequest-meetyourcreator-ramizackaryshamir-lines_28-29_htggx1.png) (I'm resubmitting this pull request. This is my first time submitting a pull request, so I';m still making novice mistakes. Also, please let me know if there's any thing that I need to improve for future pull requests. Thanks so much!) --- .../creating-a-personal-access-token.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/github/authenticating-to-github/creating-a-personal-access-token.md b/content/github/authenticating-to-github/creating-a-personal-access-token.md index 7561198c565e..725415c0ad82 100644 --- a/content/github/authenticating-to-github/creating-a-personal-access-token.md +++ b/content/github/authenticating-to-github/creating-a-personal-access-token.md @@ -26,7 +26,7 @@ Personal access tokens (PATs) are an alternative to using passwords for authenti 4. Click **Generate new token**. ![Generate new token button](/assets/images/help/settings/generate_new_token.png) 5. Give your token a descriptive name. - ![Token description field](/assets/images/help/settings/token_description.png) + ![Token description field](https://res.cloudinary.com/ramizackaryshamir/image/upload/c_scale,w_270/v1603818860/pullrequest-meetyourcreator-ramizackaryshamir-lines_28-29_htggx1.png) 6. Select the scopes, or permissions, you'd like to grant this token. To use your token to access repositories from the command line, select **repo**. ![Selecting token scopes](/assets/images/help/settings/token_scopes.gif) 7. Click **Generate token**. From 017732ad1468ee48449733c59defe8a733fd4fba Mon Sep 17 00:00:00 2001 From: Rami Zackary Shamir Date: Tue, 27 Oct 2020 23:26:11 -0400 Subject: [PATCH 2/2] Update creating-a-personal-access-token.md --- .../creating-a-personal-access-token.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/github/authenticating-to-github/creating-a-personal-access-token.md b/content/github/authenticating-to-github/creating-a-personal-access-token.md index 725415c0ad82..087e9da7f565 100644 --- a/content/github/authenticating-to-github/creating-a-personal-access-token.md +++ b/content/github/authenticating-to-github/creating-a-personal-access-token.md @@ -26,7 +26,7 @@ Personal access tokens (PATs) are an alternative to using passwords for authenti 4. Click **Generate new token**. ![Generate new token button](/assets/images/help/settings/generate_new_token.png) 5. Give your token a descriptive name. - ![Token description field](https://res.cloudinary.com/ramizackaryshamir/image/upload/c_scale,w_270/v1603818860/pullrequest-meetyourcreator-ramizackaryshamir-lines_28-29_htggx1.png) + ![Token description field](https://res.cloudinary.com/ramizackaryshamir/image/upload/c_scale,w_573/v1603818860/pullrequest-meetyourcreator-ramizackaryshamir-lines_28-29_htggx1.png) 6. Select the scopes, or permissions, you'd like to grant this token. To use your token to access repositories from the command line, select **repo**. ![Selecting token scopes](/assets/images/help/settings/token_scopes.gif) 7. Click **Generate token**.