Skip to content

Commit 9e60aa0

Browse files
authored
Lint fix
Lint fix
1 parent 2d03946 commit 9e60aa0

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,18 @@ Context Protocol (MCP) server, which provides access to GitHub tools like
163163
repository management, issue tracking, and pull request operations.
164164

165165
#### Authentication
166+
166167
You can authenticate the MCP server with **either**:
168+
167169
1. **Personal Access Token (PAT)** – user-scoped token
168170
2. **GitHub App Installation Token** (`ghs_…`) – short-lived, app-scoped token
169-
> The built-in `GITHUB_TOKEN` is **not** accepted by the MCP server.
170-
Using a **GitHub App installation token** is recommended in most CI environments because it is short-lived and least-privilege by design.
171+
> The built-in `GITHUB_TOKEN` is **not** accepted by the MCP server.
172+
> Using a **GitHub App installation token** is recommended in most CI environments because it is short-lived and least-privilege by design.
171173

172174
#### Enabling MCP in the action
175+
173176
Set `enable-github-mcp: true` and provide a token via `github-mcp-token`.
174-
177+
175178
```yaml
176179
steps:
177180
- name: AI Inference with GitHub Tools

0 commit comments

Comments
 (0)