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: {