From 4fb816d799867628ebdf8272e7d2889945a3ea15 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 31 Aug 2025 17:57:52 -0700 Subject: [PATCH] Create DeployWorker.yml --- .github/workflows/DeployWorker.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/DeployWorker.yml diff --git a/.github/workflows/DeployWorker.yml b/.github/workflows/DeployWorker.yml new file mode 100644 index 0000000..8619da9 --- /dev/null +++ b/.github/workflows/DeployWorker.yml @@ -0,0 +1,10 @@ +on: + workflow_dispatch: +jobs: + deploy-cloudflare: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: cloudflare/wrangler-action@v3 + with: + apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}