From b32af9ef28790720b92012d289c4cb746c24b9eb Mon Sep 17 00:00:00 2001 From: Christian Eltzschig Date: Wed, 22 Jun 2022 18:10:08 +0200 Subject: [PATCH] iox-#1410 Provide github token to lychee link checker to avoid github timeouts and blocking Signed-off-by: Christian Eltzschig --- .github/workflows/lint_pull_request.yml | 4 ++-- .lycheeignore | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint_pull_request.yml b/.github/workflows/lint_pull_request.yml index 975bc1708a..d415c2f9f4 100644 --- a/.github/workflows/lint_pull_request.yml +++ b/.github/workflows/lint_pull_request.yml @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v3 - name: Link Checker - uses: lycheeverse/lychee-action@v1.4.1 + uses: lycheeverse/lychee-action@v1.5.0 with: fail: true - args: --verbose --no-progress './**/*.md' + args: --verbose --no-progress './**/*.md' --github-token ${{secrets.GITHUB_TOKEN}} --max-concurrency 1 diff --git a/.lycheeignore b/.lycheeignore index 7a1644bbcf..9b9d68a4c5 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1,6 +1,3 @@ -https://github.com/eclipse-iceoryx/iceoryx/issues/.* -https://github.com/eclipse-iceoryx/iceoryx/pull/.* - https://github.com/eclipse-iceoryx/iceoryx/compare/vx.x.x...vx.x.x https://github.com/eclipse-iceoryx/iceoryx/tree/vx.x.x