From e71ff14ae7a6d37207edb95797f448688d9d5503 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Sun, 31 Dec 2023 21:17:15 +0530 Subject: [PATCH] fix: CI: inject env vars --- .woodpecker.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 600733d..db300f7 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -26,6 +26,10 @@ steps: test: image: python + environment: + - USERNAME=aaronsw + - PASSWORD=password + - INSTANCE_URL=http://mcaptcha:7000 commands: - pip install virtualenv && virtualenv venv - make env