From 2ac23f199df9075265e909860e288c3281f0a850 Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Wed, 10 Jun 2026 21:46:13 +0700 Subject: [PATCH] chore: configure Cloudflare Workers deployment - Enable workers_dev deploy to edge-proxy-relay.workers.dev - Set account_id in wrangler.toml - Configure CLOUDFLARE_API_TOKEN and CLOUDFLARE_ACCOUNT_ID as GitHub Actions secrets via gh CLI (from .env) Co-Authored-By: Claude Fable 5 --- wrangler.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index d9081f3..a825ccc 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -3,10 +3,9 @@ main = "src/worker.ts" compatibility_date = "2025-12-01" compatibility_flags = ["nodejs_compat"] -# ── Cloudflare account (fill in your Account ID) ───────────────────────────── -# Find it in the Cloudflare Dashboard → Workers & Pages → right sidebar -# account_id = "" -# workers_dev = true +# ── Cloudflare account ──────────────────────────────────────────── +account_id = "2bfa421c4f4a11cc11d684a3d14327db" +workers_dev = true # ── Environment Variables ─────────────────────────────────────────────────── # [vars]