From 2187c7588cf1f6d4c11a6fbc21bbc9d2b05997cf Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Mon, 13 Jan 2025 23:58:36 -0500 Subject: [PATCH] update cache control to be no store --- .../src/services/integration-auth/integration-sync-secret.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;