From 72a7a548661260f2b79853aa691a0168663c3c4c Mon Sep 17 00:00:00 2001 From: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:19:49 -0500 Subject: [PATCH] fix? --- .github/workflows/deploy-worker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-worker.yml b/.github/workflows/deploy-worker.yml index 042606a..54229c1 100644 --- a/.github/workflows/deploy-worker.yml +++ b/.github/workflows/deploy-worker.yml @@ -29,4 +29,5 @@ jobs: workingDirectory: "worker" command: deploy env: + CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }} CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}