1
0
Files
mstr-tasks/system/upgrade_applications.yaml
2026-01-27 14:30:07 +01:00

19 lines
543 B
YAML

# yaml-language-server: $schema=https://git.jesof.ch/public/mstr-schemas/raw/branch/main/mstr-tasks-schema.json
options:
- name: "keyfile"
default: "$(homedir())/.mstr.pem"
description: "Keyfile for encrypting"
type: "string"
tasks:
- call:
description: 'Upgrade github application "$(settings.name)"'
script: "@(system)/upgrade_github_application.yaml"
args:
settings: $(settings)
gitToken: $(git_token)
keyfile: $(keyfile)
loop:
values: $(github)
as: settings