[neon/ubuntu-core/models.test] debian: use a variable for the token

Carlos De Maine null at kde.org
Wed Aug 7 13:20:21 BST 2024


Git commit 7360ace4c38ae9e6194e12658632d33142e1b0c2 by Carlos De Maine.
Committed on 07/08/2024 at 12:20.
Pushed by carlosdem into branch 'models.test'.

use a variable for the token

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

https://invent.kde.org/neon/ubuntu-core/-/commit/7360ace4c38ae9e6194e12658632d33142e1b0c2

diff --git a/debian/snap-image-model.yml b/debian/snap-image-model.yml
index 05884f5..62fe218 100644
--- a/debian/snap-image-model.yml
+++ b/debian/snap-image-model.yml
@@ -46,7 +46,7 @@ snap_image_model:
     - git add -f ./*.model
     - git commit -m "Update models again"
     # push the new model to gitlab
-    - git push https://project_17308_bot_41c9ef5edaae96df786f272eeb583466:${UBUNTU_NEON_CORE_ACCESS_TOKEN}@invent.kde.org/neon/ubuntu-core.git $CI_COMMIT_REF_NAME -o ci.skip
+    - git push https://project_17308_bot_41c9ef5edaae96df786f272eeb583466:$GIT_MODEL_COMMIT@invent.kde.org/neon/ubuntu-core.git $CI_COMMIT_REF_NAME -o ci.skip
   interruptible: true
   after_script:
     # delete the gpg keyring


More information about the Neon-commits mailing list