From c41327ff3e66248f7c900b26512e76d7a1d4c92e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Jenzer?= Date: Mon, 26 Jan 2026 16:44:02 +0100 Subject: [PATCH] Token fixed --- system/upgrade_applications.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/upgrade_applications.yaml b/system/upgrade_applications.yaml index bcf2c20..365da6e 100644 --- a/system/upgrade_applications.yaml +++ b/system/upgrade_applications.yaml @@ -5,6 +5,8 @@ tasks: script: "@(system)/upgrade_github_application.yaml" args: settings: $(settings) + gitToken: $(gitToken) + keyfile: $(keyfile) loop: values: $(github) as: settings @@ -14,6 +16,8 @@ tasks: script: "@(system)/upgrade_orchestra_application.yaml" args: settings: $(settings) + gitToken: $(gitToken) + keyfile: $(keyfile) loop: values: $(orchestra) as: settings