From 159301d5a9a717a16c8fa4438345b13dc530d7d8 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Thu, 16 Jan 2025 12:46:08 +0100 Subject: [PATCH] Update lib/gitpassword.sh Co-authored-by: Jan <59206115+Threated@users.noreply.github.com> --- lib/gitpassword.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gitpassword.sh b/lib/gitpassword.sh index c700613..54ce149 100755 --- a/lib/gitpassword.sh +++ b/lib/gitpassword.sh @@ -36,7 +36,7 @@ if [ ! -f ${SECRETS_FILE} ]; then -e ALL_PROXY=$HTTPS_PROXY_FULL_URL \ -e PROXY_ID=$PROXY_ID \ -e BROKER_URL=$BROKER_URL \ - -e OIDC_PROVIDER=secret-sync-central.oidc-client-enrollment.$BROKER_ID \ + -e GITLAB_PROJECT_ACCESS_TOKEN_PROVIDER=secret-sync-central.oidc-client-enrollment.$BROKER_ID \ -e SECRET_DEFINITIONS=GitLabProjectAccessToken:GIT_CONFIG_REPO_TOKEN:bridgehead-configuration \ docker.verbis.dkfz.de/cache/samply/secret-sync-local:latest mv $TMPFILE $SECRETS_FILE