Fix deploy workflow: use correct secret name CLOUDFLARE_API_TOKEN
Build and Deploy / deploy (push) Failing after 10m38s

This commit is contained in:
2026-05-26 09:41:14 -05:00
parent cf3ef83cfa
commit 8427befabd
+1 -1
View File
@@ -25,4 +25,4 @@ jobs:
run: npx wrangler@latest pages deploy public --project-name=leagues-task-fixer --branch=main
working-directory: website
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_KEY }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}