Skip to content

Commit f2e5ad7

Browse files
committed
Remove Bearer from Authorization header
1 parent ff86293 commit f2e5ad7

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
@@ -40,7 +40,7 @@ The simplest way is to use GitHub's hosted MCP server:
4040
"httpUrl": "https://api.githubcopilot.com/mcp/",
4141
"trust": true,
4242
"headers": {
43-
"Authorization": "Bearer $GITHUB_PAT"
43+
"Authorization": "$GITHUB_PAT"
4444
}
4545
}
4646
}

0 commit comments

Comments
 (0)