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 809880c commit 7f77c77Copy full SHA for 7f77c77
.github/workflows/check-links.yml
@@ -72,4 +72,4 @@ jobs:
72
title="Link Checker Report on ${{ steps.date.outputs.date }}"
73
gh issue create --title "$title" --body-file ./lychee/out.md
74
env:
75
- GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments