diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index cb6881b4c5f..524bc6f078d 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -72,4 +72,4 @@ jobs: title="Link Checker Report on ${{ steps.date.outputs.date }}" gh issue create --title "$title" --body-file ./lychee/out.md env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + GH_TOKEN: ${{secrets.GITHUB_TOKEN}}