Skip to content

Commit fd0ef0c

Browse files
authored
Create blog-post-workflow.yml
1 parent 548b5cc commit fd0ef0c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Latest blog post workflow
2+
on:
3+
schedule: # Run workflow automatically
4+
- cron: '0 * * * *' # Runs every hour, on the hour
5+
workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the GitHub Actions Workflow page directly
6+
permissions:
7+
contents: write # To write the generated contents to the readme
8+
9+
jobs:
10+
update-readme-with-blog:
11+
name: Update this repo's README with latest blog posts
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Checkout
15+
uses: actions/checkout@v4
16+
- name: Pull in dev.to posts
17+
uses: gautamkrishnar/blog-post-workflow@v1
18+
with:
19+
feed_list: "https://dev.to/feed/coderatul"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy