fix: syndication tweaks

This commit is contained in:
Cory Dransfeldt 2023-09-05 09:43:48 -07:00
parent 46d7bf28a4
commit 55cf750643
No known key found for this signature in database
2 changed files with 23 additions and 1 deletions

View file

@ -1,5 +1,6 @@
name: Scheduled follow feed to Mastodon
on:
workflow_dispatch:
schedule:
- cron: '0 */2 * * *'
jobs:
@ -11,7 +12,7 @@ jobs:
- name: Feed to Mastodon
uses: nhoizey/github-action-feed-to-mastodon@v2
with:
feedUrl: "https://coryd.dev/follow.json"
feedUrl: "https://coryd.dev/feeds/follow.json"
mastodonInstance: "https://social.lol"
mastodonToken: ${{ secrets.MASTODON_TOKEN }}
globalDelayToots: 0