We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074c198 commit cde7da3Copy full SHA for cde7da3
.github/workflows/validate-docs.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Check links
33
uses: lycheeverse/lychee-action@v1.6.1
34
env:
35
- GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ GITHUB_TOKEN: ${{secrets.LYCHEE_TOKEN}}
36
with:
37
args: --cache --max-cache-age 1w --exclude-mail --threads 4 --timeout 30 --retry-wait-time 60 --user-agent 'Mozilla/5.0 (Windows NT x.y; rv:10.0) Gecko/20100101 Firefox/10.0' --no-progress 'content/**/*.md'
38
fail: true
0 commit comments