Skip to content

Commit

Permalink
Updates CI config with new args
Browse files Browse the repository at this point in the history
to hopefully fix 403 forbidden errors
  • Loading branch information
chaserx committed Jan 5, 2025
1 parent 4ed8325 commit f450f31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v2
with:
args: README.md
args: --header "accept=text/html" README.md
fail: true
token: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit f450f31

Please sign in to comment.