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 })) } },