diff --git a/.github/workflows/scheduled-post-bluesky.yaml b/.github/workflows/scheduled-post-bluesky.yaml new file mode 100644 index 00000000..23fedbf0 --- /dev/null +++ b/.github/workflows/scheduled-post-bluesky.yaml @@ -0,0 +1,20 @@ +name: Scheduled follow 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}\n\n{link}" + blueskyEnable: true + blueskyHandle: "cdme.bsky.social" + blueskyAppPassword: ${{ secrets.BLUESKY_TOKEN }} + blueskyOwnerHandle: "cdme.bsky.social" + blueskyOwnerContact: "hi@coryd.dev" \ No newline at end of file diff --git a/package.json b/package.json index 35a5ea3c..cd3b091a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "5.3.13", + "version": "5.4.13", "description": "The source for my personal site. Built using 11ty and hosted on Netlify.", "type": "module", "scripts": {