Skip to content

Commit

Permalink
[F] Fix Cloudflare cleanup action
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Jan 2, 2025
1 parent 42a7569 commit bb2f7b8
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/cloudflare-clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,14 @@ 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 }}
CF_PAGES_PROJECT_NAME: one-among-us
env:
CF_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CF_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CF_PAGES_PROJECT_NAME: one-among-us

- 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 }}
CF_PAGES_PROJECT_NAME: our-data
env:
CF_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CF_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CF_PAGES_PROJECT_NAME: our-data

0 comments on commit bb2f7b8

Please sign in to comment.