Skip to content

Commit a7d04e9

Browse files
updating logic for token
1 parent 74706a7 commit a7d04e9

File tree

1 file changed

+2
-0
lines changed
  • .github/scripts/ppc64le/self-hosted-builder/helpers

1 file changed

+2
-0
lines changed

.github/scripts/ppc64le/self-hosted-builder/helpers/app_token.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ set -o pipefail
1313

1414
set -e # Exit on error
1515

16+
echo "Inside app_token.sh:"
17+
1618
if [[ -z "$APP_ID" || -z "$INSTALL_ID" || -z "$APP_PRIVATE_KEY" ]]; then
1719
echo "Missing required environment variables!" >&2
1820
exit 1

0 commit comments

Comments
 (0)