diff --git a/.drone.yml b/.drone.yml index b988740..2b4cb11 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,6 +33,10 @@ steps: from_secret: drone_token SSH_KEY: from_secret: gitea_id_ed25519 + GIT_USERNAME: + from_secret: GIT_USERNAME + GIT_PASSWORD: + from_secret: GIT_PASSWORD commands: - set -eu - apt update && apt install -y libssl-dev pkg-config openssl # musl-tools @@ -61,4 +65,4 @@ services: path: /var/run volumes: - name: dockersock - temp: {} \ No newline at end of file + temp: {}