mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-13 21:49:38 +00:00
12 lines
274 B
JSON
12 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": {}
|
|
}
|
|
}
|