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 fbbd1dc commit 816b3e9Copy full SHA for 816b3e9
.github/workflows/script/update-required-checks.sh
@@ -4,7 +4,7 @@
4
5
if ! gh auth status 2>/dev/null; then
6
gh auth status
7
- echo "Failed: No GitHub token found. This script requires admin access to github/codeql-action."
+ echo "Failed: Not authorized. This script requires admin access to github/codeql-action through the gh CLI."
8
exit 1
9
fi
10
0 commit comments