-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (19 loc) · 1.34 KB
/
Copy path.env.example
File metadata and controls
25 lines (19 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copy this file to .env and fill in your values
# .env is git-ignored — never commit it
# ── Required ────────────────────────────────────────────────────────────────
# GitHub Personal Access Token (scopes: repo, read:org)
GITHUB_PERSONAL_ACCESS_TOKEN=ghp_your_token_here
# ── Required only for the GSD Orchestrator (autonomous agent) ───────────────
# Not needed if you only use the GitHub MCP server with Claude Code /
# Gemini CLI / Codex CLI — those tools supply their own LLM.
ANTHROPIC_API_KEY=sk-ant-your_key_here
# Target GitHub repository the orchestrator will operate on
GSD_GITHUB_OWNER=your-username
GSD_GITHUB_REPO=your-repo-name
# Reviewers to request on PRs (comma-separated GitHub usernames, can be empty)
GSD_REVIEWERS=
# ── Optional ─────────────────────────────────────────────────────────────────
# Automatically squash-merge PRs after documentation is done (default: false)
GSD_AUTO_MERGE=false
# Path to the github-mcp-server binary (auto-discovered by probing up from cwd if not set)
# GSD_MCP_BINARY=C:\GithubMCP\github-mcp-server.exe