ci: use correct API token
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -17,8 +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:
|
env:
|
||||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: cloudflare/wrangler-action@v3
|
uses: cloudflare/wrangler-action@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user