From 448562e70aafd2fad727a2d2dae50f6ac6378210 Mon Sep 17 00:00:00 2001 From: Kewbit Date: Thu, 28 Nov 2024 00:34:13 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad36a9c8..b9b52363 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ update_patched_master: script: - apk --no-cache add git - echo "Setting up Git..." - - git remote set-url origin http://oauth2:${CI_JOB_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git + - git remote set-url origin http://oauth2:glpat-T3idX9vsETxBWayx8m3E@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git - echo "Fetching origin..." - git fetch origin - echo "Checking out patched_master..."