diff --git a/.github/scripts/pr-backport.sh b/.github/scripts/pr-backport.sh index 2304e47961..90caf18f2c 100755 --- a/.github/scripts/pr-backport.sh +++ b/.github/scripts/pr-backport.sh @@ -26,6 +26,8 @@ if ! [ -x "$(command -v gh)" ]; then error "The GitHub CLI is not installed. See: https://github.com/cli/cli#installation" fi +gh auth status + if ! [ -x "$(command -v jq)" ]; then error "The jq CLI is not installed. See: https://jqlang.github.io/jq/download/" fi