Skip to content

YouTube Videos

YouTube Videos #995

name: YouTube Videos
on:
schedule:
# Runs every day at noon
- cron: '0 12 * * *'
workflow_dispatch:
jobs:
update-readme-with-youtube:
name: Update this repo's README with latest videos from YouTube
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gautamkrishnar/blog-post-workflow@c379ef323a0d32800e511926874d893976e400cc
with:
comment_tag_name: "YOUTUBE-VIDEOS-LIST"
feed_list: "https://www.youtube.com/feeds/videos.xml?channel_id=UCt56bfntHoZFI60G5NIiTww"
max_post_count: 7