From 03ba2247582d88237d0ca5aa0e52aa4c6efc50c6 Mon Sep 17 00:00:00 2001 From: tidy-dev <75402236+tidy-dev@users.noreply.github.com> Date: Wed, 27 May 2026 08:04:00 -0400 Subject: [PATCH] Update README with PAT creation instructions Clarified instructions for creating a fine-grained PAT. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c9077d4..00a8d28 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,6 @@ This project is under **active development** and maintained by the GitHub CLI & This action requires a `COPILOT_GITHUB_TOKEN` — a GitHub fine-grained personal access token with the **"Copilot Requests: Read"** permission. The token owner must have an active GitHub Copilot license. 1. Create a [fine-grained PAT](https://github.com/settings/personal-access-tokens/new) with: - - **Resource owner:** Your organization - **Permissions:** `Copilot Requests: Read` 2. Add it as a repository or organization secret named `COPILOT_GITHUB_TOKEN` 3. Pass it via `env` in your workflow (see examples below)