From 0f303e46bc99d63e2af7d75427e574a2a5c6f49c Mon Sep 17 00:00:00 2001 From: Erik Beuschau Date: Tue, 23 Sep 2025 09:48:05 +0200 Subject: [PATCH] Adjust worker name + add account id in deploy --- .github/workflows/deploy.yml | 1 + wrangler.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e86410b..0072c7e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,3 +21,4 @@ jobs: run: bun run deploy env: CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }} + CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} diff --git a/wrangler.toml b/wrangler.toml index 015d047..dde8b42 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,5 +1,5 @@ #:schema node_modules/wrangler/config-schema.json -name = "toddle-worker-example" +name = "nordcraft-worker-example" main = "dist/index.js" compatibility_date = "2025-02-05"