From ef98927ce84321328ba686282afe7c49f4ea7396 Mon Sep 17 00:00:00 2001 From: Yoann Goular Date: Thu, 28 Aug 2025 14:43:15 +0200 Subject: [PATCH] chore: Use PRIVATE_TOKEN_GITLAB_API_PROTON_CI with write access to tag the release. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 947cf9af9..02da6d263 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -526,6 +526,7 @@ tag-libs-release: rules: - if: $CI_COMMIT_BRANCH =~ /^release\/libs\/.*/ script: + - git remote set-url origin "https://${GIT_CI_USERNAME}:${PRIVATE_TOKEN_GITLAB_API_PROTON_CI}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git" - ./gradlew tagRelease publish-gradle-plugins: