Skip to content

Commit 7f77c77

Browse files
authored
CI: Use GH_TOKEN instead of GITHUB_TOKEN for GitHub CLI (#3175)
1 parent 809880c commit 7f77c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ jobs:
7272
title="Link Checker Report on ${{ steps.date.outputs.date }}"
7373
gh issue create --title "$title" --body-file ./lychee/out.md
7474
env:
75-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
75+
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)