From c24ee389b36065a2ae6b65bddfda9c3927367791 Mon Sep 17 00:00:00 2001 From: Dave Skender <8432125+DaveSkender@users.noreply.github.com> Date: Wed, 22 Jul 2026 15:37:11 -0400 Subject: [PATCH] chore: rename Cloudflare secret + wrangler-action@v4 --- .github/workflows/deploy-website.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 96de73a9..2c7d63d8 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -62,9 +62,9 @@ jobs: - name: Publish to Cloudflare Pages id: deploy - uses: cloudflare/wrangler-action@v3 + uses: cloudflare/wrangler-action@v4 with: - apiToken: ${{ secrets.CLOUDFLARE_API_KEY }} + apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} wranglerVersion: "latest" command: >