Skip to content

Commit be8f7d2

Browse files
committed
chore(worker): set GH_APP_ID for production
1 parent 38c01a8 commit be8f7d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

worker/wrangler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ workers_dev = true
1515
[vars]
1616
ALLOWED_ORIGINS = "https://firstfluke.com,https://www.firstfluke.com,http://localhost:3000"
1717
RESEND_FROM = "FIRST FLUKE <contact@mail.firstfluke.com>"
18-
GH_APP_ID = "" # set by operator: GitHub App ID (numeric string)
18+
GH_APP_ID = "3664188" # set by operator: GitHub App ID (numeric string)
1919
# Set via `wrangler secret put` (PII / not committed):
2020
# OPS_ALERT_TO — operator inbox for 24h dead-letter alerts
2121
# PRODUCT_ROUTES — JSON map { productId: { repo, installationId } }

0 commit comments

Comments
 (0)