chore: update workflow

This commit is contained in:
Cory Dransfeldt 2024-02-07 13:40:38 -08:00
parent f28eb66cb5
commit 44f93749a1
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions

View file

@ -12,9 +12,10 @@ jobs:
with:
feedUrl: "https://coryd.dev/feeds/posts"
newestItemStrategy: "latestDate"
postFormat: "📝: {title}\n\n{link}"
postFormat: "📝: {title} {link}"
blueskyEnable: true
blueskyService: "bsky.social"
blueskyHandle: "cdme.bsky.social"
blueskyAppPassword: ${{ secrets.BLUESKY_TOKEN }}
blueskyOwnerHandle: "cdme.bsky.social"
blueskyAppPassword: "${{ secrets.BLUESKY_TOKEN }}"
blueskyOwnerHandle: "owner.bsky.social"
blueskyOwnerContact: "hi@coryd.dev"