summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-07-12 18:49:19 +0300
committerheqnx <root@heqnx.com>2025-07-12 18:49:19 +0300
commit3de09dfe0bbc6373b336ed1bc1612bce0bde88de (patch)
tree23a5c05e55118b93ffdac54c139a8a8ba24a2c5b
parentf2e34a36504d032d5888d79855ab69d1b468b4a2 (diff)
downloadansible-active-directory-range-3de09dfe0bbc6373b336ed1bc1612bce0bde88de.tar.gz
ansible-active-directory-range-3de09dfe0bbc6373b336ed1bc1612bce0bde88de.zip
typo on gitlab token name
-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: