1
0

Access codes fixed

This commit is contained in:
2026-01-26 16:50:07 +01:00
parent 41dad2e360
commit 242750d095
2 changed files with 5 additions and 3 deletions

View File

@@ -11,7 +11,8 @@ tasks:
script: "@(system)/upgrade_github_application.yaml" script: "@(system)/upgrade_github_application.yaml"
args: args:
settings: $(settings) settings: $(settings)
gitToken: $(git_token) gitUsername: $(git_username)
gitPassword: $(git_password)
keyfile: $(keyfile) keyfile: $(keyfile)
loop: loop:
values: $(github) values: $(github)
@@ -22,7 +23,8 @@ tasks:
script: "@(system)/upgrade_orchestra_application.yaml" script: "@(system)/upgrade_orchestra_application.yaml"
args: args:
settings: $(settings) settings: $(settings)
gitToken: $(git_token) gitUsername: $(git_username)
gitPassword: $(git_password)
keyfile: $(keyfile) keyfile: $(keyfile)
loop: loop:
values: $(orchestra) values: $(orchestra)

View File

@@ -78,7 +78,7 @@ tasks:
exec: "curl" exec: "curl"
args: args:
- "--user" - "--user"
- "juerg.jenzer@jesof.ch:$(decrypt(gitToken,keyfile))" - "$(decrypr(gitUsername,keyfile)):$(decrypt(gitPassword,keyfile))"
- "--upload-file" - "--upload-file"
- "$(tempdir())/$(archive_file)" - "$(tempdir())/$(archive_file)"
- "@(git)/api/packages/public/generic/$(settings.name)/$(new_version)/$(package_file)" - "@(git)/api/packages/public/generic/$(settings.name)/$(new_version)/$(package_file)"