{"data":{"slug":"gautamkrishnar-blog-post-workflow","name":"blog-post-workflow","tagline":"Show your latest blog posts from any sources or StackOverflow activity or Youtube Videos on your GitHub profile/project readme automatically using the RSS feed","github_url":"https://github.com/gautamkrishnar/blog-post-workflow","owner":"gautamkrishnar","repo":"blog-post-workflow","owner_avatar_url":"https://avatars.githubusercontent.com/u/8397274?v=4","primary_language":"JavaScript","stars":3423,"forks":289,"topics":["activity","blog","blog-posts","blogging","ghost","github-actions","github-profile","github-workflow","hacktoberfest","profile-readme","rss","rss-feed","rss-feed-urls","stackexchange","stackoveflow","stackoverflow","stackoverflow-activity","wordpress","workflow","youtube"],"archived":false,"github_pushed_at":"2026-04-16T22:42:05+00:00","maintenance_label":"Steady","url":"https://www.graphcanon.com/tools/gautamkrishnar-blog-post-workflow","markdown_url":"https://www.graphcanon.com/tools/gautamkrishnar-blog-post-workflow.md","api_url":"https://www.graphcanon.com/api/graphcanon/tools/gautamkrishnar-blog-post-workflow","graph_url":"https://www.graphcanon.com/api/graphcanon/graph?tool=gautamkrishnar-blog-post-workflow","description":"Show your latest blog posts from any sources or StackOverflow activity or Youtube Videos on your GitHub profile/project readme automatically using the RSS feed","homepage_url":"https://github.com/marketplace/actions/blog-post-workflow","license":"AGPL-3.0","open_issues":0,"watchers":18,"ai_summary":null,"readme_excerpt":"# Blog post workflow  \n\n\n\n\n\n\n\n## How to use\n\n1. Star this repo 😉\n2. Go to your repository\n3. Add the following section to your **README.md** file, you can give whatever title you want. Just make sure that you use `` in your readme. The workflow will replace this comment with the actual blog post list:\n    ```markdown\n    # Blog posts\n    \n    \n    ```\n4. Create a folder named `.github` and create a `workflows` folder inside it, if it doesn't exist.\n5. Create a new file named `blog-post-workflow.yml` with the following contents inside the workflows folder:\n    ```yaml\n    name: Latest blog post workflow\n    on:\n      schedule: # Run workflow automatically\n        - cron: '0 0 * * *' # Runs once a day at 00:00 UTC\n      workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the GitHub Actions Workflow page directly\n    permissions:\n      contents: write # To write the generated contents to the readme\n\n    jobs:\n      update-readme-with-blog:\n        name: Update this repo's README with latest blog posts\n        runs-on: ubuntu-latest\n        steps:\n          - name: Checkout\n            uses: actions/checkout@v4\n          - name: Pull in dev.to posts\n            uses: gautamkrishnar/blog-post-workflow@v1\n            with:\n              feed_list: \"https://dev.to/feed/gautamkrishnar,https://www.gautamkrishnar.com/feed/\"\n    ```\n6. Replace the above URL list with your own RSS feed URLs. See [popular-sources](#popular-sources) for a list of common RSS feed urls. Commit the changes.\n\n   > **Note on workflow frequency:** The default schedule above runs once daily at 00:00 UTC, which is suitable for most users. You can adjust the schedule based on how frequently you publish content:\n   > - **Daily**: `cron: '0 0 * * *'` (recommended for most users)\n   > - **Weekly**: `cron: '0 0 * * 0'` (every Sunday at 00:00 UTC)\n   > - **Monthly**: `cron: '0 0 1 * *'` (1st day of every month at 00:00 UTC)\n   >\n   > Running the workflow too frequently (e.g., hourly) may be unnecessary unless you publish content very often. You can always trigger the workflow manually using `workflow_dispatch` whenever needed.\n\n7. Go to repository settings, Click on Actions > General. Update the \"Workflow permissions\" to \"Read and write permissions\". Click on save.\n\n   \n8. Wait for it to run automatically, or you can also trigger it manually to see the result instantly. To trigger the workflow manually, please follow the steps in the [video](https://www.youtube.com/watch?v=ECuqb5Tv9qI&t=272s).\n\n## Options\n\nThis workflow has additional options that you can use to customize it for your use case. The following are the list of options available:\n\n| Option                    | Default Value                                                          | Description","github_created_at":"2020-07-19T09:10:55+00:00","created_at":"2026-07-15T10:47:50.119019+00:00","updated_at":"2026-07-15T10:47:52.785397+00:00","categories":[{"slug":"developer-tools","name":"Developer Tools","url":"https://www.graphcanon.com/categories/developer-tools","markdown_url":"https://www.graphcanon.com/categories/developer-tools.md","api_url":"https://www.graphcanon.com/api/graphcanon/categories/developer-tools"}],"tags":[{"slug":"activity","name":"activity"},{"slug":"blog","name":"blog"},{"slug":"blog-posts","name":"blog-posts"},{"slug":"blogging","name":"blogging"},{"slug":"ghost","name":"ghost"},{"slug":"github-actions","name":"github-actions"},{"slug":"github-profile","name":"github-profile"},{"slug":"github-workflow","name":"github-workflow"}],"trust":{"provenance":{"is_fork":false,"github_id":280830267,"owner_type":"User","methodology":"github_public_v1","parent_repo":null,"near_duplicate_slugs":[]},"computed_at":"2026-07-15T10:47:51.073Z","maintenance":{"label":"Steady","score":60,"methodology":"github_public_v1","releases_90d":1,"days_since_push":89,"last_release_at":"2026-04-16T22:42:05Z"},"security_summary":{"status":"no_lockfile","scanner":null,"low_count":0,"high_count":0,"last_scan_at":"2026-07-15T10:47:51.442Z","medium_count":0,"scan_profile":"none","critical_count":0}},"capability_facts":{"mcp":{"source":"repo_scan","observed_at":"2026-07-15T10:47:50.849Z","server_manifest":false},"scan":{"source":"repo_scan","observed_at":"2026-07-15T10:47:50.849Z"},"languages":{"value":["javascript"],"source":"github.language+package.json","observed_at":"2026-07-15T10:47:50.849Z"},"license_spdx":{"value":"AGPL-3.0","source":"github.license","observed_at":"2026-07-15T10:47:50.849Z"}}}}