Skip to content

Commit 3cb7076

Browse files
committed
chore: update README with recent blog posts
1 parent 2a8241a commit 3cb7076

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Recent Blog Posts
2+
3+
on:
4+
schedule:
5+
# Runs everyday at 12:00 AM
6+
- cron: "0 0 * * *"
7+
workflow_dispatch:
8+
9+
jobs:
10+
update-readme-with-blog-posts:
11+
name: Update README with latest blog posts
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v4
15+
- uses: gautamkrishnar/blog-post-workflow@master
16+
with:
17+
comment_tag_name: "BLOGPOSTS"
18+
feed_list: "https://medium.com/feed/@emad.ehsanrad"
19+
template: "$newline - $randomEmoji(💯,🔥,💫,🚀,🌮) [$title]($url)"
20+
commit_message: "chore: updated recent posts section"
21+
gh_token: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ I'm also a core contributor to the [Open edX](https://github.com/openedx) projec
55
In my spare time, I'm working on [Iranian GitHub](https://github.com/iranian-github), an organization focused on empowering Iranian developers and the society.
66

77
You can explore my work through:
8+
89
- Python packages on [PyPI](https://pypi.org/user/codewithemad/)
910
- Helm charts on [Artifact Hub](https://artifacthub.io/packages/search?user=codewithemad)
1011

12+
#### :books: Recent blog posts
13+
14+
<!-- BLOGPOSTS:START -->
15+
16+
<!-- BLOGPOSTS:END -->
17+
1118
If you have any questions about my projects or repositories, reach out to me on [X](https://x.com/codewithemad) or [LinkedIn](https://linkedin.com/in/emadehsanrad).

0 commit comments

Comments
 (0)