Skip to content

Commit

Permalink
iox-#1410 Provide github token to lychee link checker to avoid github…
Browse files Browse the repository at this point in the history
… timeouts and blocking

Signed-off-by: Christian Eltzschig <christian.eltzschig@apex.ai>
  • Loading branch information
elfenpiff committed Jun 22, 2022
1 parent d669aea commit b32af9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 0 additions & 3 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit b32af9e

Please sign in to comment.