-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Status: 403 Forbidden for link in markdown link check github actions, and 200 Ok locally #143
Comments
Seeing exactly the same issue, but in my case @github is throwing the 403 on https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request |
@WyriHaximus I had the same issue with GitHub, but it is locally and in GitHub actions. Take a look at this solution tcort/markdown-link-check#201 (comment) |
@gaurav-nelson same applies to the link https://aplikacja.ceidg.gov.pl/ceidg/ceidg.public.ui/search.aspx locally - no issues, on GitHub actions - link is dead
|
@iamtodor That works perfectly, think you! |
Is it just that URL, or also other pages on that subdomain? |
Having the same issue with anything on https://docs.github.com/, there's a related issue at github/docs#17358. The internal investigation seems to be ongoing 🤷. However, given the reports here for other URLs, I'm hazarding a guess that this isn't necessarily a GitHub Docs issue, but perhaps an issue here? |
While using GitHub actions I get the error.
The complete log is here https://github.com/iamtodor/jdg/runs/7010592789?check_suite_focus=true
However, if I run the same command locally
find . -name '*.md' -not -path './node_modules/*' -exec markdown-link-check '{}' --config .github/workflows/markdown_link_check_config.json -v ';'
The result is 200:
Here are some curl outputs
What can be the cause of such behavior? And how can it be fixed to getting 200 Ok by markdown link check from that link?
The text was updated successfully, but these errors were encountered: