From 242750d09574c70cf0d2f4dc8422a6d2aee6faed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Jenzer?= Date: Mon, 26 Jan 2026 16:50:07 +0100 Subject: [PATCH] Access codes fixed --- system/upgrade_applications.yaml | 6 ++++-- system/upgrade_github_application.yaml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/system/upgrade_applications.yaml b/system/upgrade_applications.yaml index fe60df0..7670dfb 100644 --- a/system/upgrade_applications.yaml +++ b/system/upgrade_applications.yaml @@ -11,7 +11,8 @@ tasks: script: "@(system)/upgrade_github_application.yaml" args: settings: $(settings) - gitToken: $(git_token) + gitUsername: $(git_username) + gitPassword: $(git_password) keyfile: $(keyfile) loop: values: $(github) @@ -22,7 +23,8 @@ tasks: script: "@(system)/upgrade_orchestra_application.yaml" args: settings: $(settings) - gitToken: $(git_token) + gitUsername: $(git_username) + gitPassword: $(git_password) keyfile: $(keyfile) loop: values: $(orchestra) diff --git a/system/upgrade_github_application.yaml b/system/upgrade_github_application.yaml index 1d1715a..b5bbe9d 100644 --- a/system/upgrade_github_application.yaml +++ b/system/upgrade_github_application.yaml @@ -78,7 +78,7 @@ tasks: exec: "curl" args: - "--user" - - "juerg.jenzer@jesof.ch:$(decrypt(gitToken,keyfile))" + - "$(decrypr(gitUsername,keyfile)):$(decrypt(gitPassword,keyfile))" - "--upload-file" - "$(tempdir())/$(archive_file)" - "@(git)/api/packages/public/generic/$(settings.name)/$(new_version)/$(package_file)"