From a1d07305b705516635c7c08be4cef7824bfcf9cb Mon Sep 17 00:00:00 2001 From: FidelusAleksander Date: Fri, 15 Aug 2025 08:22:55 +0200 Subject: [PATCH] docs: update github-mcp-token description --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ff6fbc..e3b31af 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ the action: | `endpoint` | The endpoint to use for inference. If you're running this as part of an org, you should probably use the org-specific Models endpoint | `https://models.github.ai/inference` | | `max-tokens` | The max number of tokens to generate | 200 | | `enable-github-mcp` | Enable Model Context Protocol integration with GitHub tools | `false` | -| `github-mcp-token` | Token to use for GitHub MCP server (defaults to the main token if not specified). Use a separate PAT for tighter security | `""` | +| `github-mcp-token` | Token to use for GitHub MCP server (defaults to the main token if not specified). This must be a PAT for MCP to work | `""` | ## Outputs diff --git a/action.yml b/action.yml index 08d5179..0f397a3 100644 --- a/action.yml +++ b/action.yml @@ -55,7 +55,7 @@ inputs: required: false default: 'false' github-mcp-token: - description: The token to use for GitHub MCP server (defaults to the main token if not specified). Use a separate PAT for tighter security. + description: The token to use for GitHub MCP server (defaults to the main token if not specified). This must be a PAT for MCP to work. required: false default: ''