-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathdev.vars.example
More file actions
20 lines (20 loc) · 1.13 KB
/
Copy pathdev.vars.example
File metadata and controls
20 lines (20 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
GITHUB_WEBHOOK_SECRET=your-webhook-secret-here
# GITHUB_TOKEN=github_pat_or_classic_pat_that_can_dispatch_workflows
# GITHUB_ACTIONS_REPO=yourname/crosspoint-tools-dev
# GITHUB_ACTIONS_REF=main
# WEBHOOK_BASE_URL=https://your-tunnel-or-dev-host
# ALLOW_INSECURE_DEV_WEBHOOKS=true
CONTACT_CHAT_WEBHOOK=https://chat.googleapis.com/v1/spaces/XXXX/messages?key=...&token=...
# Anonymous GitHub issue form (see /api/issues):
# Preferred — GitHub App so issues/comments are authored by <app>[bot]:
# GITHUB_APP_ID=123456
# GITHUB_APP_INSTALLATION_ID=12345678
# GITHUB_APP_PRIVATE_KEY - PKCS#8 PEM (convert the App's downloaded PKCS#1 key:
# openssl pkcs8 -topk8 -nocrypt -in app.private-key.pem -out app.pkcs8.pem)
# set via: npx wrangler secret put GITHUB_APP_PRIVATE_KEY < app.pkcs8.pem
# Fallback if no App — fine-grained PAT, Issues:write on the repo ONLY:
# GITHUB_ISSUES_TOKEN=github_pat_...
# TURNSTILE_SECRET_KEY - Cloudflare Turnstile secret (from the widget you create in the dashboard)
# TURNSTILE_SECRET_KEY=0x...
# TURNSTILE_SITE_KEY - Cloudflare Turnstile site key (public; served to the form via /api/issues/config)
# TURNSTILE_SITE_KEY=0x...