From dc0d577cbbf54f24f3935001fbfc148ef5387f43 Mon Sep 17 00:00:00 2001 From: Tuan Dang Date: Tue, 29 Aug 2023 07:46:11 +0100 Subject: [PATCH] Patch TeamCity integration --- backend/src/integrations/sync.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/integrations/sync.ts b/backend/src/integrations/sync.ts index 885cf5dfd..1950edd8d 100644 --- a/backend/src/integrations/sync.ts +++ b/backend/src/integrations/sync.ts @@ -2234,7 +2234,7 @@ const syncSecretsTeamCity = async ({ `${integrationAuth.url}/app/rest/projects/id:${integration.appId}/parameters`, { name: `env.${key}`, - value: secrets[key] + value: secrets[key].value }, { headers: {