-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (22 loc) · 823 Bytes
/
Copy path.env.example
File metadata and controls
24 lines (22 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -------------------------------------------------------
# GitHub control-plane secrets
# (used by the BenchmarkControl Arcade MCP server)
# -------------------------------------------------------
GITHUB_TOKEN=
GITHUB_OWNER=
GITHUB_REPO=
GITHUB_DATA_BRANCH=benchmark-data
GITHUB_RUN_WORKFLOW=run-benchmark.yml
# -------------------------------------------------------
# Benchmark execution secrets
# (used by GitHub Actions; also useful for local dry-runs)
# -------------------------------------------------------
ANTHROPIC_API_KEY=
ARCADE_API_KEY=
ARCADE_USER_ID=
MCP_SERVER_URL=https://api.arcade.dev/mcp/AIO
# -------------------------------------------------------
# Remote MCP endpoints for Claude / GEO automation
# -------------------------------------------------------
GEO_AUDIT_MCP_URL=
GEO_ANALYZER_MCP_URL=