diff --git a/.github/workflows/pr-link-check.yaml b/.github/workflows/pr-link-check.yaml index 8f3a751e70..0d18ab14f6 100644 --- a/.github/workflows/pr-link-check.yaml +++ b/.github/workflows/pr-link-check.yaml @@ -54,6 +54,9 @@ jobs: --root-dir "$(pwd)/" --fallback-extensions "md" --github-token "${GITHUB_TOKEN}" + --insecure + --exclude-all-private + --no-progress $(cat changed-files.txt | tr '\n' ' ') - name: Provide helpful failure message