ci: add API token to verify env step

This commit is contained in:
2024-06-04 08:37:25 -04:00
parent 2e1ff70a4a
commit 3ba24f9794

View File

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