chore: update README

This commit is contained in:
Cory Dransfeldt 2024-02-07 13:52:32 -08:00
parent 3fff038f9f
commit 90178ed0d4
No known key found for this signature in database
3 changed files with 1 additions and 24 deletions

View file

@ -1,22 +0,0 @@
name: Scheduled posts feed to BlueSky
on:
workflow_dispatch:
schedule:
- cron: '0 */2 * * *'
jobs:
Feed2SocialMedia:
runs-on: ubuntu-latest
steps:
- name: Feed to social media
uses: lwojcik/github-action-feed-to-social-media@v2
with:
feedUrl: "https://coryd.dev/feeds/posts"
newestItemStrategy: "latestDate"
postFormat: "📝: {title} {link}"
blueskyEnable: true
blueskyPostFormat: "📝: {title} {link}"
blueskyService: "bsky.social"
blueskyHandle: "cdme.bsky.social"
blueskyAppPassword: "${{ secrets.BLUESKY_TOKEN }}"
blueskyOwnerHandle: "owner.bsky.social"
blueskyOwnerContact: "hi@coryd.dev"