diff --git a/backend/src/services/integration-auth/integration-sync-secret.ts b/backend/src/services/integration-auth/integration-sync-secret.ts index 4ea6ebb49..9ddd1e789 100644 --- a/backend/src/services/integration-auth/integration-sync-secret.ts +++ b/backend/src/services/integration-auth/integration-sync-secret.ts @@ -3715,7 +3715,7 @@ const syncSecretsCloudflarePages = async ({ headers: { Authorization: `Bearer ${accessToken}`, Accept: "application/json", - "Cache-Control": "no-cache" + "Cache-Control": "no-store" } }) ).data.result.deployment_configs[integration.targetEnvironment as string].env_vars;