From d061fc54690accc59c18aba38cb47a172591b850 Mon Sep 17 00:00:00 2001 From: Sevil <71987252+GulerSevil@users.noreply.github.com> Date: Tue, 25 Nov 2025 14:59:33 +0100 Subject: [PATCH] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32dfd9e..b2823e1 100644 --- a/README.md +++ b/README.md @@ -162,14 +162,14 @@ This action now supports **read-only** integration with the GitHub-hosted Model Context Protocol (MCP) server, which provides access to GitHub tools like repository management, issue tracking, and pull request operations. -### Authentication +#### Authentication You can authenticate the MCP server with **either**: 1. **Personal Access Token (PAT)** – user-scoped token 2. **GitHub App Installation Token** (`ghs_…`) – short-lived, app-scoped token > The built-in `GITHUB_TOKEN` is **not** accepted by the MCP server. Using a **GitHub App installation token** is recommended in most CI environments because it is short-lived and least-privilege by design. - ### Enabling MCP in the action +#### Enabling MCP in the action Set `enable-github-mcp: true` and provide a token via `github-mcp-token`. ```yaml