gautamkrishnar / blog-post-workflow

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
https://github.com/marketplace/actions/blog-post-workflow
GNU Affero General Public License v3.0
3.02k stars 269 forks source link

[Bug]: Substack RSS Feeds returning 403s? #240

Closed aashutoshrathi closed 9 months ago

aashutoshrathi commented 9 months ago

Describe the bug

Hashnode feeds gets fetched fine, but Substack feed is returning 403.

Expected behavior

Working fine with substack

Screenshots

image

Workflow Yml Used

name: Lastest Blogs
on:
  schedule:
    - cron: '0 * * * *'
  workflow_dispatch:

jobs:
  update-readme-with-blog:
    name: Update this repo's README with latest blog posts
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: gautamkrishnar/blog-post-workflow@master
        with:
          comment_tag_name: "BLOGS"
          committer_username: "automation.aashutosh.dev"
          committer_email: "automation@aashutosh.dev"
          commit_message: "Update with latest blogs"
          feed_list: "https://blog.aashutosh.dev/rss.xml,https://thenibble.substack.com/feed.xml"
          remove_duplicates: true

Additional context

Not sure if this is something we can fix on the action side, but any solutions are welcome. Seems like Substack blocked GitHub action runners, so maybe we need proxy?

Double check the following

Before opening a bug, Please make sure that you had done the following, add a checkmark if done by marking it with [x]:

gautamkrishnar commented 9 months ago

As the message says, there is nothing we can do to fix the issue. Contact the corresponding website's support.