From 8159117ebf075ab06ab263ffd72d4ef69412c6b7 Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Sun, 2 Jan 2022 16:49:05 +0000 Subject: [PATCH] fix drone --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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