CI: PostmarketOS: use env instead fo hardcoded vars

Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
Vasiliy Doylov 2025-06-07 02:13:55 +03:00
parent 965a5549f2
commit 6a3435f2bf
Signed by: NekoCWD
GPG key ID: B7BE22D44474A582
6 changed files with 20 additions and 6 deletions

View file

@ -5,4 +5,4 @@ if [ ! -e /conf/config.yaml ]; then
forgejo-runner generate-config > /conf/config.yaml
forgejo-runner register -c /conf/config.yaml --no-interactive --instance $INSTANCE --labels $LABELS --name $NAME --token $TOKEN
fi
apk add nodejs git # For basic checkout action
apk add nodejs git curl # For basic checkout action