diff --git a/.github/workflows/scheduled-post-to-bluesky.yaml b/.github/workflows/scheduled-post-to-bluesky.yaml new file mode 100644 index 00000000..1ec63f5c --- /dev/null +++ b/.github/workflows/scheduled-post-to-bluesky.yaml @@ -0,0 +1,21 @@ +name: Scheduled post to Bluesky +on: + workflow_dispatch: + +jobs: + Feed2SocialMedia: + runs-on: ubuntu-latest + steps: + - name: Feed to social media + uses: lwojcik/github-action-feed-to-social-media@v2 + with: + feedUrl: 'https://feedpress.me/coryd' + newestItemStrategy: 'latestDate' + postFormat: "📝: {title}\n\n{link}" + # Bluesky settings + blueskyEnable: true + blueskyPostFormat: "📝: {title}\n\n{link}" + blueskyHandle: 'cdransf.bsky.social' + blueskyAppPassword: ${{ secrets.BLUESKY_TOKEN }} + blueskyOwnerHandle: 'cdransf.bsky.social' + blueskyOwnerContact: 'coryd@hey.com' \ No newline at end of file