Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroidWithRossyn authored Feb 20, 2025
1 parent aed0393 commit e7f4f06
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Rossyn On Medium
on:
schedule:
# Runs every hour
- cron: '0 * * * *'
workflow_dispatch:

jobs:
update-readme-with-articles:
name: Update this repo's README with Rossyn's latest articles
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gautamkrishnar/blog-post-workflow@1.2.5
with:
comment_tag_name: "ARTICLES"
feed_list: "https://medium.com/feed/@rohitrajkhorwal"

0 comments on commit e7f4f06

Please sign in to comment.