trying to get webmention.io token into the curl command
This commit is contained in:
parent
fd22645cfd
commit
6192941cdb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user