summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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: