From c0e409f7a1acd1218bd66486c65d5082334a35c4 Mon Sep 17 00:00:00 2001 From: Atul Kumar <5877089+atulkumar2@users.noreply.github.com> Date: Sun, 22 Feb 2026 21:44:29 +0530 Subject: [PATCH] Update instructions for adding permissions in PAT I faced issue finding the copilot requests option unless I noticed the Account tab on the Permissions section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28050a4e..959b75e5 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ If you're not currently logged in to GitHub, you'll be prompted to use the `/log You can also authenticate using a fine-grained PAT with the "Copilot Requests" permission enabled. 1. Visit https://github.com/settings/personal-access-tokens/new -2. Under "Permissions," click "add permissions" and select "Copilot Requests" +2. Under "Permissions", click "Account", click "Add permissions", and select "Copilot Requests" 3. Generate your token 4. Add the token to your environment via the environment variable `GH_TOKEN` or `GITHUB_TOKEN` (in order of precedence)