mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-16 12:30:49 +00:00
13 lines
274 B
JSON
13 lines
274 B
JSON
{
|
|
"id": "github-copilot",
|
|
"providers": ["github-copilot"],
|
|
"providerAuthEnvVars": {
|
|
"github-copilot": ["COPILOT_GITHUB_TOKEN", "GH_TOKEN", "GITHUB_TOKEN"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|