From 0bfa60f7d68c414ad8e1dadcd6d9f77e1f0ef7e9 Mon Sep 17 00:00:00 2001 From: Sthope Date: Mon, 28 Aug 2023 20:07:58 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index d1ce7a0..368b20a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,8 +30,14 @@ steps: - name: testing image: alpine + environment: + USERNAME: + from_secret: user_gitea + PASSWORD: + from_secret: gitea_token commands: - apk add --no-cache curl git + - git remote -v - mkdir -p Insignia - > curl -sL -o Insignia/default.xbe $(curl -s "https://api.github.com/repos/insignia-live/setup-assistant-release/releases/latest" |