This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
coryd.dev-eleventy/.github/workflows/scheduled-post-to-bluesky.yaml
2024-03-14 09:56:36 -07:00

21 lines
No EOL
688 B
YAML

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'