From e3123f8837f664ad02a9790d365c14b076870b10 Mon Sep 17 00:00:00 2001
From: Pierre Delpy 
Date: Tue, 14 Oct 2025 08:28:56 +0200
Subject: [PATCH] deactivate secret sync (which never worked for itcc/cce)
---
 lib/functions.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lib/functions.sh b/lib/functions.sh
index c0f4257..280e512 100644
--- a/lib/functions.sh
+++ b/lib/functions.sh
@@ -337,8 +337,7 @@ function sync_secrets() {
 }
 
 function secret_sync_gitlab_token() {
-    if [ "$PROJECT" == "minimal" ]; then
-        log "INFO" "Not running Secret Sync for project minimal"
+    if [[ "$PROJECT" != "dktk" && "$PROJECT" != "bbmri" ]]; then
         return
     fi
     # Map the origin of the git repository /etc/bridgehead to the prefix recognized by Secret Sync