From 0ad5cfd6aa5d429a88de19dcfbf674b1db7c6626 Mon Sep 17 00:00:00 2001 From: Sriram <153843+yesoreyeram@users.noreply.github.com> Date: Tue, 26 Nov 2024 06:54:44 +0000 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> --- docs/sources/setup/token.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/setup/token.md b/docs/sources/setup/token.md index 05d014ae..0494a30f 100644 --- a/docs/sources/setup/token.md +++ b/docs/sources/setup/token.md @@ -30,16 +30,16 @@ Read more about [personal access tokens](https://docs.github.com/en/authenticati 1. Define the permissions which you want to allow. 1. Click **Generate Token**. -### Creating a fine-grained personal access token (preview) +### Creating a fine-grained personal access token -This is an example when you want to use the fine-grained personal access token (preview). \ +This is an example when you want to use the fine-grained personal access token. \ Read more about [fine-grained personal access tokens](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-fine-grained-personal-access-token). 1. Login to your GitHub account. 1. Navigate to [Personal access tokens](https://github.com/settings/tokens?type=beta) and click **Generate new token**. 1. Provide a name for the token. 1. Provide necessary permissions which you want to allow. Ensure you are providing `read-only` permissions. -1. Click **Generate Token**. +1. Click **Generate token**. ### Using GitHub App Authentication