Skip to content

πŸ“š Blog Updater #5777

πŸ“š Blog Updater

πŸ“š Blog Updater #5777

name: "πŸ“š Blog Updater"
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *" # Runs Every Day
jobs:
update_blogs:
name: "Update Blogs"
runs-on: ubuntu-latest
steps:
- name: "πŸ“₯ Fetching Repository Contents"
uses: actions/checkout@main
- name: "πŸ“š Hashnode Updater"
uses: "varunsridharan/action-hashnode-blog@main"
with:
USERNAME: "ivelle" # Hashnode Username
BLOG_URL: "https://psibr-oh.hashnode.dev/" # Blog URL
COUNT: 3 # MAX Visible
STYLE: "blog-alternate"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}