Randomly share an RSS item. #10728
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Randomly share an RSS item. | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: '0 * * * *' | |
jobs: | |
# This workflow contains a single job called "build" | |
share: | |
name: Randomly share an RSS item. | |
runs-on: ubuntu-latest | |
steps: | |
- uses: hendrixjoseph/random-social-share@master | |
with: | |
source: https://news.puppy-snuggles.com/feed | |
facebook_access_token: ${{ secrets.FACEBOOK_ACCESS_TOKEN }} |