diff --git a/.drone.yml b/.drone.yml index 5b8ee5a..2022526 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,9 @@ steps: - pip install ./dist/bstools*.whl - cd ../ - python -m bstools fetch-mentions --mentions-file ./brainsteam/data/mentions.json - - echo "WEBMENTIONSIO_API_KEY=$WEBMENTIONSIO_API_KEY" + environment: + WEBMENTIONSIO_API_KEY: + from_secret: WEBMENTIONSIO_API_KEY - name: store_webmentions image: appleboy/drone-git-push