Skip to content

Update blog posts #25595

Update blog posts

Update blog posts #25595

name: Update blog posts
on:
push:
branches: ["main"]
workflow_dispatch:
schedule:
# Runs every hour
- cron: '0 */6 * * *'
jobs:
update-readme-with-blog:
name: Update this repo's README with latest blog posts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: khaosdoctor/blog-post-workflow@master
with:
comment_tag_name: DEVTO
feed_list: "https://dev.to/feed/_staticvoid"
- uses: gautamkrishnar/blog-post-workflow@master
with:
comment_tag_name: MEDIUM
feed_list: "https://medium.com/feed/@khaosdoctor"
- uses: gautamkrishnar/blog-post-workflow@master
with:
comment_tag_name: BLOG
feed_list: "https://blog.lsantos.dev/author/lucas/rss/"
- uses: gautamkrishnar/blog-post-workflow@master
with:
comment_tag_name: FCC
feed_list: "https://www.freecodecamp.org/news/author/_staticvoid/rss"