Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ E2B_API_KEY=e2b_...
# GITHUB_APP_PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----\n...\n-----END RSA PRIVATE KEY-----"
# (b) Fallback: a fine-grained PAT scoped to only the repos the bot may touch.
# GH_TOKEN=github_pat_...

# Depot CI bridge (optional; bot only). Depot's organization token must NOT be
# in this file or any container: provision DEPOT_API_TOKEN only on the Worker.
# Provision a separate internal bearer on that Worker; it forwards this one to
# the bot. PUBLIC_BASE_URL must be the Worker's HTTPS origin. No Depot CLI needed.
# DEPOT_CI_BRIDGE_TOKEN=...
Loading