ci: add API token to verify env step
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user