Skip to content

Blog Updater

Blog Updater #363

Workflow file for this run

name: Blog Updater
on:
schedule:
- cron: '0 */6 * * *'
workflow_dispatch:
permissions:
contents: write
jobs:
pull-blog-post:
name: Update latest blog post
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/blog-post-workflow@v1
with:
feed_list: "https://medium.com/feed/infocyph"
readme_path: "./profile/README.md"