chore: Use PRIVATE_TOKEN_GITLAB_API_PROTON_CI with write access to tag the release.

This commit is contained in:
Yoann Goular
2025-08-28 14:43:15 +02:00
parent 5fa5487c6d
commit ef98927ce8
+1
View File
@@ -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: