Skip to content

Commit cde7da3

Browse files
authored
add lychee token
1 parent 074c198 commit cde7da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Check links
3333
uses: lycheeverse/lychee-action@v1.6.1
3434
env:
35-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
35+
GITHUB_TOKEN: ${{secrets.LYCHEE_TOKEN}}
3636
with:
3737
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'
3838
fail: true

0 commit comments

Comments
 (0)