From b1981df8f0833b6b951e2cdd028782b919bf99d0 Mon Sep 17 00:00:00 2001 From: Akhil Mohan Date: Tue, 1 Aug 2023 15:29:34 +0530 Subject: [PATCH] chore: resolved merge conflict --- backend/src/integrations/sync.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/integrations/sync.ts b/backend/src/integrations/sync.ts index 7ff8e71b4..5de205195 100644 --- a/backend/src/integrations/sync.ts +++ b/backend/src/integrations/sync.ts @@ -2303,6 +2303,7 @@ const syncSecretsDigitalOceanAppPlatform = async ({ { spec: { name: integration.app, + ...appSettings, envs: Object.entries(secrets).map(([key, data]) => ({ key, value: data.value })) } },