diff --git a/.drone.yml b/.drone.yml index 6734935..fc48777 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,6 +25,9 @@ steps: #image: quay.io/ansible/molecule image: alpine pull: always + environment: + MY_SECRET: + from_secret: my_secret commands: - echo $MY_SECRET > test - cat test