From aafc2afee78faed19492a68fd107c0a9a74bf478 Mon Sep 17 00:00:00 2001 From: Pierre Delpy Date: Fri, 5 Dec 2025 11:27:37 +0100 Subject: [PATCH] fix secret sync in dktk --- lib/functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/functions.sh b/lib/functions.sh index 390a1c6..302e835 100644 --- a/lib/functions.sh +++ b/lib/functions.sh @@ -337,8 +337,8 @@ function sync_secrets() { } function secret_sync_gitlab_token() { - if [[ "$PROJECT" != "dktk" && "$PROJECT" != "bbmri" ]]; then - log "INFO" "Not running Secret Sync for project minimal" + if [[ "$PROJECT" != "ccp" && "$PROJECT" != "bbmri" ]]; then + log "INFO" "Not running Secret Sync for project $PROJECT" return fi # Map the origin of the git repository /etc/bridgehead to the prefix recognized by Secret Sync