Skip to content

Commit 0160e76

Browse files
committed
WIP: Set Github token
this should potentially avoid 429s on GitHub links
1 parent b3e0db5 commit 0160e76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check_links.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: lycheeverse/lychee-action@v2
2424
with:
2525
fail: true
26+
token: ${{ secrets.GITHUB_TOKEN }}
2627
args: >
2728
--verbose
2829
--no-progress

0 commit comments

Comments
 (0)