From 0282165144e5d514a26e5962be7a5915c60a73aa Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Sun, 2 Jan 2022 16:47:43 +0000 Subject: [PATCH] fix drone --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 5e3fcf9..5b8ee5a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,6 +14,7 @@ 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" - name: store_webmentions image: appleboy/drone-git-push