Update failure message

Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
Henry Mercer
2022-07-12 17:52:15 +01:00
committed by GitHub
parent fbbd1dcd52
commit 816b3e91bc

View File

@@ -4,7 +4,7 @@
if ! gh auth status 2>/dev/null; then
gh auth status
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."
exit 1
fi