From 3de09dfe0bbc6373b336ed1bc1612bce0bde88de Mon Sep 17 00:00:00 2001 From: heqnx Date: Sat, 12 Jul 2025 18:49:19 +0300 Subject: typo on gitlab token name --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd46c9e..c4ebb04 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ mirror-from-cgit: script: - git clone --mirror "$SOURCE_REPO" temp_repo - cd temp_repo - - TARGET_REPO="https://oauth2:$GITLAB_TOKEN@$REPO_NAME" + - TARGET_REPO="https://oauth2:$TOKEN@$REPO_NAME" - git remote set-url origin "$TARGET_REPO" - git push --prune --mirror only: -- cgit v1.2.3