CI: PostmarketOS: use env instead fo hardcoded vars
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
965a5549f2
commit
6a3435f2bf
6 changed files with 20 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue