ci: use git when running as an Action

This commit is contained in:
2024-06-04 08:40:56 -04:00
parent 905e93c7e7
commit 0dfdd45143
2 changed files with 7 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ jobs:
run: bun src/scripts/verifyEnv.ts
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
IS_CI: true
- name: Deploy
uses: cloudflare/wrangler-action@v3
with: