chore: workflow
This commit is contained in:
parent
3a5c8fe906
commit
975617ac57
1 changed files with 21 additions and 0 deletions
21
.github/workflows/scheduled-post-to-bluesky.yaml
vendored
Normal file
21
.github/workflows/scheduled-post-to-bluesky.yaml
vendored
Normal file
|
@ -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'
|
Reference in a new issue