mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Update integration-sync-secret.ts
This commit is contained in:
@@ -2120,7 +2120,7 @@ const syncSecretsAzureDevops = async ({
|
||||
const { groupId, groupName } = await getEnvGroupId(integration.app, integration.appId, integration.environment.name);
|
||||
|
||||
const variables: Record<string, { value: string }> = {};
|
||||
for await (const key of Object.keys(secrets)) {
|
||||
for (const key of Object.keys(secrets)) {
|
||||
variables[key] = { value: secrets[key].value };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user