markdown-link-check icon indicating copy to clipboard operation
markdown-link-check copied to clipboard

Validate links of private github repositories

Open volker-raschek opened this issue 1 year ago • 6 comments

Hi @tcort, I've running the markdown-link-checker as container image in my CI. The README.md contains some links to a private GitHub repository and throws an 404 status code, because the application tries to access unauthorized the git repository.

How can be defined a PAT to make an access possible? Alternatively, is a .netrc file supported?

https://www.gnu.org/software/inetutils/manual/html_node/The-_002enetrc-file.html

Volker

volker-raschek avatar Jul 22 '24 09:07 volker-raschek