From 7b6f03adc5512e31f0bb908b4c5cccbb3a2284a6 Mon Sep 17 00:00:00 2001 From: elseif Date: Tue, 14 Jul 2026 20:42:28 +0800 Subject: [PATCH] modified: .github/workflows/patch_v6.yml modified: .github/workflows/patch_v7.yml --- .github/workflows/patch_v6.yml | 2 +- .github/workflows/patch_v7.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/patch_v6.yml b/.github/workflows/patch_v6.yml index 2f53fb3..ea1b411 100644 --- a/.github/workflows/patch_v6.yml +++ b/.github/workflows/patch_v6.yml @@ -512,7 +512,7 @@ jobs: - name: Clear Cloudflare cache if: needs.Prepare_Patch.outputs.RELEASE == 'true' run: | - curl --request POST --url "https://api.cloudflare.com/client/v4/zones/096723464400de10b6eb85028baa8372/purge_cache" \ + curl --request POST --url "https://api.cloudflare.com/client/v4/zones/fe6831ed6dc9e6235e69ef2a31f2e7fe/purge_cache" \ --header "Authorization: Bearer 9GDQkzU51QXaqzp1qMjyFKpyeJyOdnNoG9GZQaGP" \ --header "Content-Type:application/json" \ --data '{"purge_everything": true}' diff --git a/.github/workflows/patch_v7.yml b/.github/workflows/patch_v7.yml index 1768867..198605a 100644 --- a/.github/workflows/patch_v7.yml +++ b/.github/workflows/patch_v7.yml @@ -932,7 +932,7 @@ jobs: - name: Clear Cloudflare cache if: needs.Prepare_Patch.outputs.RELEASE == 'true' run: | - curl --request POST --url "https://api.cloudflare.com/client/v4/zones/096723464400de10b6eb85028baa8372/purge_cache" \ + curl --request POST --url "https://api.cloudflare.com/client/v4/zones/fe6831ed6dc9e6235e69ef2a31f2e7fe/purge_cache" \ --header "Authorization: Bearer 9GDQkzU51QXaqzp1qMjyFKpyeJyOdnNoG9GZQaGP" \ --header "Content-Type:application/json" \ --data '{"purge_everything": true}'