Skip to content

Instantly share code, notes, and snippets.

@ghughes13
Created August 30, 2024 15:20
Show Gist options
  • Save ghughes13/11e57df98834ae218994799f065b2dff to your computer and use it in GitHub Desktop.
Save ghughes13/11e57df98834ae218994799f065b2dff to your computer and use it in GitHub Desktop.
Simple Workflow To Update Portfolio Using gautamkrishnar's `blog-post-workflow`
name: Latest YouTube Videos
on:
schedule:
- cron: '0 * * * *' #Runs every hour
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@master
with:
comment_tag_name: "YOUTUBE-VIDEOS-LIST"
feed_list: "https://www.youtube.com/feeds/videos.xml?channel_id=UC_CWq39fcBPCmgKYZ0yProg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment