From 7f77c7749a699c8c5a21b49683314e7b92c91e26 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Wed, 17 Apr 2024 07:41:04 +0800 Subject: [PATCH] CI: Use GH_TOKEN instead of GITHUB_TOKEN for GitHub CLI (#3175) --- .github/workflows/check-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}