-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.env.example
More file actions
26 lines (19 loc) · 843 Bytes
/
.env.example
File metadata and controls
26 lines (19 loc) · 843 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
25
26
# GitHub push + PR settings (template)
# Copy this to .env and fill real values:
# cp .env.example .env
# Required: token with repo scope (classic) or fine-grained repo contents:write + pull_requests:write.
GITHUB_TOKEN=ghp_replace_me
# Required: your fork remote URL (the repo you own).
FORK_REMOTE_URL=https://github.com/your-username/opencode-multi-auth-codex.git
# Optional: if you prefer a custom remote name.
FORK_REMOTE_NAME=fork
# Required: branch to push.
PUSH_BRANCH=feature/multi-auth-admin-review
# Required: base branch for PR.
PR_BASE_BRANCH=main
# Optional git identity (used if your global git identity is not set).
GIT_AUTHOR_NAME=Your Name
GIT_AUTHOR_EMAIL=you@example.com
# Optional PR metadata.
PR_TITLE=feat: improve rotation behavior, force mode, and dashboard strategy UX
PR_BODY_FILE=docs/ADMIN_MERGE_BRIEF.md