Skip to content

Commit

Permalink
add cache contro to cloudflare pages integration
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Jan 13, 2025
1 parent 194fbb7 commit 2a86e6f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3714,7 +3714,8 @@ const syncSecretsCloudflarePages = async ({
}>(`${IntegrationUrls.CLOUDFLARE_PAGES_API_URL}/client/v4/accounts/${accessId}/pages/projects/${integration.app}`, {
headers: {
Authorization: `Bearer ${accessToken}`,
Accept: "application/json"
Accept: "application/json",
"Cache-Control": "no-cache"
}
})
).data.result.deployment_configs[integration.targetEnvironment as string].env_vars;
Expand Down

0 comments on commit 2a86e6f

Please sign in to comment.