From c7e7c7d8aed7bd1106d8c9792f3260efc44a9b1b Mon Sep 17 00:00:00 2001
From: Malte <malte.bauch@stud.h-da.de>
Date: Tue, 13 Apr 2021 18:06:44 +0200
Subject: [PATCH] added project access token

---
 build/ci/.uml-autogen-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/ci/.uml-autogen-ci.yml b/build/ci/.uml-autogen-ci.yml
index 0c17fd549..b90899129 100644
--- a/build/ci/.uml-autogen-ci.yml
+++ b/build/ci/.uml-autogen-ci.yml
@@ -4,7 +4,7 @@ goplantuml:
     when: manual
     variables:
         FILENAME: "home.md"
-        WIKI_URL: "${CI_SERVER_PROTOCOL}://project_${CI_PROJECT_ID}_bot:${UML_TO_WIKI_TOKEN}@${CI_SERVER_HOST}:${CI_SERVER_PORT}/${CI_PROJECT_PATH}.wiki.git"
+        WIKI_URL: "${CI_SERVER_PROTOCOL}://project_${CI_PROJECT_ID}_bot3:${GOPLANTUML_TOKEN}@${CI_SERVER_HOST}:${CI_SERVER_PORT}/${CI_PROJECT_PATH}.wiki.git"
 
     script:
     # install git
@@ -27,5 +27,5 @@ goplantuml:
     - git config user.name "$GITLAB_USER_NAME"
     - git config user.email "$GITLAB_USER_EMAIL"
     - git add "$FILENAME"
-    - git commit -m "Auto-updated UML diagram"
+    - git commit -m "Auto-updated UML diagram via goplantuml CI job"
     - git push origin "HEAD:master"
-- 
GitLab