update cache control to be no store

This commit is contained in:
Maidul Islam
2025-01-13 23:58:36 -05:00
parent 8ab7e8360d
commit 2187c7588c

View File

@@ -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;