trying to get webmention.io token into the curl command

This commit is contained in:
Marvin Steadfast 2020-03-12 16:50:10 +01:00
parent fd22645cfd
commit 6192941cdb

View File

@ -18,7 +18,7 @@ steps:
- make rclone_config
- cat ~/.config/rclone/rclone.conf
- make install_deps
- curl "https://webmention.io/api/mentions?token=${WEBMENTIONIO_TOKEN}" -o data/mentions.json
- curl "https://webmention.io/api/mentions?token=$$WEBMENTIONIO_TOKEN" -o data/mentions.json
- ls -lah data/
- cat data/mentions.json
- make build