We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c01a8 commit be8f7d2Copy full SHA for be8f7d2
1 file changed
worker/wrangler.toml
@@ -15,7 +15,7 @@ workers_dev = true
15
[vars]
16
ALLOWED_ORIGINS = "https://firstfluke.com,https://www.firstfluke.com,http://localhost:3000"
17
RESEND_FROM = "FIRST FLUKE <contact@mail.firstfluke.com>"
18
-GH_APP_ID = "" # set by operator: GitHub App ID (numeric string)
+GH_APP_ID = "3664188" # set by operator: GitHub App ID (numeric string)
19
# Set via `wrangler secret put` (PII / not committed):
20
# OPS_ALERT_TO — operator inbox for 24h dead-letter alerts
21
# PRODUCT_ROUTES — JSON map { productId: { repo, installationId } }
0 commit comments