Skip to content

Commit c78a4b2

Browse files
authored
youtube.yml
1 parent a1b0e74 commit c78a4b2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/youtube.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Latest Youtube Videos
2+
on:
3+
schedule: # Run workflow automatically
4+
- cron: '0 * * * *' # Runs every hour, on the hour
5+
workflow_dispatch:
6+
jobs:
7+
update-readme-with-blog:
8+
name: Update this repo's README with latest Videos from Youtube
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v2
12+
- uses: gautamkrishnar/blog-post-workflow@master
13+
with:
14+
comment_tag_name: "YOUTUBE"
15+
feed_list: "https://www.youtube.com/feeds/videos.xml?channel_id=UCQVIOybTTMII4ICJey1WSVw"

0 commit comments

Comments
 (0)