diff --git a/backend/src/integrations/sync.ts b/backend/src/integrations/sync.ts index 139f06ecb..709af24d0 100644 --- a/backend/src/integrations/sync.ts +++ b/backend/src/integrations/sync.ts @@ -2067,7 +2067,7 @@ const syncSecretsWindmill = async ({ Object.keys(secrets).forEach( (key) => { - const pattern = new RegExp('^([a-zA-Z0-9])\/([a-zA-Z-0-9])+\/([a-zA-Z0-9])+') + const pattern = new RegExp('^([a-zA-Z0-9])\/([a-zA-Z-0-9-_])+\/([a-zA-Z0-9-_])+') if((key.startsWith("u/") || key.startsWith("f/")) && pattern.test(key)) { if(secretsResList.includes(key)) { modifiedFormatForUpdateSecretInjection.push({