Skip to content

Commit

Permalink
add youtube rss feed parser flow
Browse files Browse the repository at this point in the history
  • Loading branch information
xvoland authored Jan 23, 2025
1 parent a8ae7f9 commit c4afea3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/youtube-workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Latest YouTube Videos
on:
schedule:
# Runs every hour
- cron: '0 * * * *'
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"
feed_list: "https://www.youtube.com/feeds/videos.xml?channel_id=UCZfRmpGvxEtsUPrQqNCpkOQ"

0 comments on commit c4afea3

Please sign in to comment.