Skip to content

Commit e2a79ba

Browse files
committed
Fix CONTEXT7_API_KEY environment variable interpolation in Copilot MCP config
1 parent dc4fb5a commit e2a79ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/copilot-dependabot-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
"type": "http",
3333
"url": "https://mcp.context7.com/mcp",
3434
"headers": {
35-
"CONTEXT7_API_KEY": "$(CONTEXT7_API_KEY)"
35+
"CONTEXT7_API_KEY": "${CONTEXT7_API_KEY}"
3636
},
3737
"tools": ["get-library-docs", "resolve-library-id"]
3838
}

0 commit comments

Comments
 (0)