ci: use correct API token

This commit is contained in:
2024-06-04 08:38:45 -04:00
parent 3ba24f9794
commit 905e93c7e7

View File

@@ -17,8 +17,8 @@ jobs:
run: bun test
- name: Verify env
run: bun src/scripts/verifyEnv.ts
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
- name: Deploy
uses: cloudflare/wrangler-action@v3
with: