diff --git a/.drone.yml b/.drone.yml index 3bd6951..e200ac1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,4 +6,10 @@ steps: image: python commands: - pip install -r requirements_test.txt - - pytest --cov=. --cov-report term-missing \ No newline at end of file + - pytest --cov=. --cov-report term-missing + + settings: + username: + from_secret: gitea_username + password: + from_secret: gitea_password \ No newline at end of file