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