[neon/ubuntu-core/ago/generate-model-in-ci] debian: Fix access token url

Antoine Gonzalez null at kde.org
Thu Jul 25 16:29:06 BST 2024


Git commit 7f37c88292b4dccff1eb5d687497228993668785 by Antoine Gonzalez.
Committed on 25/07/2024 at 15:28.
Pushed by daspood into branch 'ago/generate-model-in-ci'.

Fix access token url

M  +1    -1    debian/snap-image-model.yml

https://invent.kde.org/neon/ubuntu-core/-/commit/7f37c88292b4dccff1eb5d687497228993668785

diff --git a/debian/snap-image-model.yml b/debian/snap-image-model.yml
index 722643c..c783538 100644
--- a/debian/snap-image-model.yml
+++ b/debian/snap-image-model.yml
@@ -40,7 +40,7 @@ snap_image_model:
     - git config user.name "kde-neon-core model-bot"
     - git add -f ./*.model
     - git commit -m "Update model files"
-    - git push https://oauth2:$UBUNTU_NEON_CORE_ACCESS_TOKEN@invent.kde.org/neon/ubuntu-core.git HEAD:$CI_COMMIT_REF_NAME -o ci.skip
+    - git push https://gitlab-ci-token:$UBUNTU_NEON_CORE_ACCESS_TOKEN@invent.kde.org/neon/ubuntu-core.git HEAD:$CI_COMMIT_REF_NAME -o ci.skip
   interruptible: true
   after_script:
     # delete the gpg keyring


More information about the Neon-commits mailing list