chore: update workflow
This commit is contained in:
parent
f28eb66cb5
commit
44f93749a1
2 changed files with 5 additions and 4 deletions
|
@ -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"
|
Reference in a new issue