mirror of
https://github.com/one-among-us/data.git
synced 2025-01-10 02:52:22 +08:00
[F] Fix Cloudflare cleanup action
This commit is contained in:
parent
42a7569236
commit
bb2f7b84c1
2
.github/workflows/cloudflare-clean.yml
vendored
2
.github/workflows/cloudflare-clean.yml
vendored
@ -19,7 +19,6 @@ jobs:
|
||||
|
||||
- name: Clean Cloudflare Deployments (one-among-us)
|
||||
run: yarn cloudflare_clean
|
||||
with:
|
||||
env:
|
||||
CF_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
CF_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||
@ -27,7 +26,6 @@ jobs:
|
||||
|
||||
- name: Clean Cloudflare Deployments (our-data)
|
||||
run: yarn cloudflare_clean
|
||||
with:
|
||||
env:
|
||||
CF_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
CF_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||
|
Loading…
Reference in New Issue
Block a user