From 51dcea3829739b1a7f913c105a40cb814466f505 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B8rn=20Tore=20L=C3=B8dding?= <bjortlod@stud.ntnu.no>
Date: Tue, 21 Jan 2025 12:28:41 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 077cd70..ee51d85 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,10 +5,10 @@ sync_to_github:
   stage: sync
   script:
     # Sett opp Git-konfigurasjon
-    - git config --global user.email "bjortlod@stud.ntnu.no"
-    - git config --global user.name "bjortlod"
+    - git config --global user.email "bjorn_tore_lodding@hotmail.com"
+    - git config --global user.name "BjornToreLodding"
     # Legg til GitHub som en remote
-    - git remote add github https://oauth2:${GITHUB_TOKEN}@github.com/bjortlod/hoplatest.git
+    - git remote add github https://oauth2:${GITHUB_TOKEN}@github.com/BjornToreLodding/Hoplatest2
     # Pushe endringer til GitHub
     - git push github --all
     - git push github --tags
-- 
GitLab