Skip to content

Commit e5e7bfd

Browse files
committed
Fix authorization header to use literal token placeholder
Environment variable substitution in headers is not yet supported by Gemini CLI (see google-gemini/gemini-cli#5282).
1 parent c52a1de commit e5e7bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation-guides/install-gemini-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The simplest way is to use GitHub's hosted MCP server:
1818
"httpUrl": "https://api.githubcopilot.com/mcp/",
1919
"trust": true,
2020
"headers": {
21-
"Authorization": "Bearer ${GITHUB_PAT}"
21+
"Authorization": "Bearer YOUR_GITHUB_PAT"
2222
}
2323
}
2424
}

0 commit comments

Comments
 (0)