From 86c4b147012d787036bafa564a1022e23804e1a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Jenzer?= Date: Mon, 26 Jan 2026 16:52:11 +0100 Subject: [PATCH] Curl argument improved --- system/upgrade_github_application.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/system/upgrade_github_application.yaml b/system/upgrade_github_application.yaml index 6663154..38bea8e 100644 --- a/system/upgrade_github_application.yaml +++ b/system/upgrade_github_application.yaml @@ -77,6 +77,7 @@ tasks: description: "Upload application $(archive_file)" exec: "curl" args: + - "-sS" - "--user" - "$(decrypt(gitUsername,keyfile)):$(decrypt(gitPassword,keyfile))" - "--upload-file"