Skip to content

Commit 816b3e9

Browse files
Update failure message
Co-authored-by: Andrew Eisenberg <[email protected]>
1 parent fbbd1dc commit 816b3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/script/update-required-checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
if ! gh auth status 2>/dev/null; then
66
gh auth status
7-
echo "Failed: No GitHub token found. This script requires admin access to github/codeql-action."
7+
echo "Failed: Not authorized. This script requires admin access to github/codeql-action through the gh CLI."
88
exit 1
99
fi
1010

0 commit comments

Comments
 (0)