Skip to content

Latest youtube videos workflow #17456

Latest youtube videos workflow

Latest youtube videos workflow #17456

name: Latest youtube videos workflow
on:
schedule:
- cron: "0 * * * *"
jobs:
update-readme-with-blog:
name: Update this repo's README with latest Youtube videos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gautamkrishnar/blog-post-workflow@master
with:
comment_tag_name: "YOUTUBE"
max_post_count: "4"
feed_list: "https://www.youtube.com/feeds/videos.xml?channel_id=UCVFzF5QnAQXU5a5ZIgAQ0nA"