From e73463525efb746bef0c518333029da843d77500 Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Sun, 29 Mar 2026 00:18:15 +0100 Subject: [PATCH] fix repo uri Signed-off-by: Peter Siegmund --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index d9f430f..4ea0425 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -17,7 +17,7 @@ spring: native: search-locations: classpath:/configurations git: - uri: https://${GIT_LOGIN_USER}:${GIT_TOKEN}@${GIT_USER}/${GIT_REPO}/remote-config.git + uri: https://${GIT_LOGIN_USER}:${GIT_TOKEN}@github.com/${GIT_USER}/${GIT_REPO}.git default-label: main profiles: active: native