Fix deploy workflow: use correct secret name CLOUDFLARE_API_TOKEN
Build and Deploy / deploy (push) Failing after 10m38s
Build and Deploy / deploy (push) Failing after 10m38s
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user