Fix cookie environment variable name in pipeline config
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Amab 2023-01-21 13:04:19 +01:00
parent ac9eeb026a
commit 9b6c7b7d36

View File

@ -5,7 +5,7 @@ steps:
- name: Download concessions
image: python:alpine
secrets:
cookie:
COOKIE:
from_secret: cookie
commands:
- apk update && apk add wget jq tar gzip bash util-linux