docs: update documentation on mcp usage

This commit is contained in:
FidelusAleksander
2025-08-15 07:52:22 +02:00
parent f347eae8eb
commit 6e0d8949d8
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -162,6 +162,9 @@ This action now supports **read-only** integration with the GitHub-hosted Model
Context Protocol (MCP) server, which provides access to GitHub tools like Context Protocol (MCP) server, which provides access to GitHub tools like
repository management, issue tracking, and pull request operations. repository management, issue tracking, and pull request operations.
> [!NOTE]
> The GitHub MCP integration requires a Personal Access Token (PAT) and cannot use the built-in `GITHUB_TOKEN`.
```yaml ```yaml
steps: steps:
- name: AI Inference with GitHub Tools - name: AI Inference with GitHub Tools
+1 -1
View File
@@ -55,7 +55,7 @@ inputs:
required: false required: false
default: 'false' default: 'false'
github-mcp-token: github-mcp-token:
description: The token to use for GitHub MCP server (defaults to GITHUB_TOKEN if not specified) description: The token to use for GitHub MCP server (defaults to the main token if not specified). Use a separate PAT for tighter security.
required: false required: false
default: '' default: ''