From 3ba24f9794d7be43f16b00a346f5f5e4385c6285 Mon Sep 17 00:00:00 2001 From: Rushil Perera Date: Tue, 4 Jun 2024 08:37:25 -0400 Subject: [PATCH] ci: add API token to verify env step --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cf5815c..4c19ce6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,6 +17,8 @@ jobs: run: bun test - name: Verify env run: bun src/scripts/verifyEnv.ts + with: + apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} - name: Deploy uses: cloudflare/wrangler-action@v3 with: