fix drone
continuous-integration/drone/push Build is passing Details

This commit is contained in:
James Ravenscroft 2022-01-02 16:49:05 +00:00
parent 0282165144
commit 8159117ebf
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@ steps:
- pip install ./dist/bstools*.whl - pip install ./dist/bstools*.whl
- cd ../ - cd ../
- python -m bstools fetch-mentions --mentions-file ./brainsteam/data/mentions.json - 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 - name: store_webmentions
image: appleboy/drone-git-push image: appleboy/drone-git-push