Skip to content

Commit

Permalink
Update failure message
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
  • Loading branch information
henrymercer and aeisenberg authored Jul 12, 2022
1 parent fbbd1dc commit 816b3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/script/update-required-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 816b3e9

Please sign in to comment.