-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
34 lines (28 loc) · 1.55 KB
/
Copy path.env.example
File metadata and controls
34 lines (28 loc) · 1.55 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
26
27
28
29
30
31
32
33
34
# .env.example — document which secrets this workspace needs
#
# DO NOT put real values here. This file IS committed to the repository.
# Real values live in Bitwarden under the prefix "autonomous-workspace/".
#
# To populate .env with real values:
# task secrets:pull
#
# To add a new secret:
# task secrets:set -- KEY_NAME value
#
# To list what's stored in Bitwarden:
# task secrets:list
# ── Required for all agent runs ───────────────────────────────────────────────
# Anthropic API key — used by Claude Code CLI and all agents
ANTHROPIC_API_KEY=
# ── GitHub integration ────────────────────────────────────────────────────────
# Personal access token with repo + workflow scopes — used by pr-opener skill and gh CLI
GITHUB_TOKEN=
# ── Bitwarden non-interactive auth (nightly scheduled runs) ───────────────────
# Get these from: bw.bitwarden.com → Account Settings → Security → API Key
#
# BW_CLIENTID=
# BW_CLIENTSECRET=
# BW_PASSWORD= (your vault master password — set as a Windows user env var, not here)
# ── Project-specific secrets ──────────────────────────────────────────────────
# Add per-project entries below as projects are added to the workspace.
# Format: PROJECT_NAME_SECRET_KEY=