This commit is contained in:
Trask Stalnaker 2022-04-11 16:53:27 -07:00
parent caf495de6c
commit dbad14e535
2 changed files with 3 additions and 11 deletions

View File

@ -1,13 +1,7 @@
{
"retryOn429": true,
"httpHeaders": [
{
"urls": [
"https://docs.github.com"
],
"headers": {
"Authorization": "Bearer {{ env.GITHUB_TOKEN }}"
}
}
"aliveStatusCodes": [
200,
403
]
}

View File

@ -13,8 +13,6 @@ jobs:
run: npm install -g markdown-link-check
- name: Run markdown-link-check
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
find . -type f \
-name '*.md' \