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" |