From 45f6cb2544a64b71d53b6354cb76b3fcc46f4547 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sun, 7 Nov 2021 17:14:24 +0100 Subject: [PATCH] added env variables --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index c48e37c..062c54e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,6 +14,9 @@ steps: - wget -nv -O- "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country&license_key=$LICENSE_KEY&suffix=tar.gz" | tar zxv - mkdir -p upload - cp -v GeoLite*/*.mmdb upload + environment: + LICENSE_KEY: + from_secret: LICENSE_KEY - name: release image: plugins/gitea-release settings: