diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9f48a47426d6d5f00bf871d83cb3395b7c4d8bdc..074e19c05f60c7606974ebc37dd5c9a30c799732 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,7 +68,7 @@ deploy:
   script:
     - !reference [.workspace, script]
     # We are in the root of the git-repo workspace.
-    - git clone https://user:$OHOS_AGGREGATED_DOCS_TOKEN@git.ostc-eu.org/distro/oniro-readthedocs-aggregated.git aggregated
+    - git clone https://user:$CI_ONIRO_AGGREGATED_DOCS_TOKEN@booting.oniroproject.org/distro/oniro-readthedocs-aggregated.git aggregated
     - find aggregated -maxdepth 1 -not -path aggregated/.git -not -path aggregated -exec rm -rvf {} \;
     - tar -c --dereference -C docs --exclude ./.git --exclude ./.gitlab-ci.yml . | tar -x -C aggregated
     # Commit and push back, if something changed.