Skip to content

Commit 48d733f

Browse files
updating logic for token
1 parent 9c12cba commit 48d733f

File tree

1 file changed

+5
-3
lines changed
  • .github/scripts/ppc64le/self-hosted-builder/helpers

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111

1212
set -o pipefail
1313

14-
APP_ID=$(cat $1) # Path to appid.env
15-
INSTALL_ID=$(cat $2)
16-
APP_PRIVATE_KEY=$3 # Path to key_private.pem
14+
#APP_ID=$(cat $1) # Path to appid.env
15+
#INSTALL_ID=$(cat $2)
16+
#APP_PRIVATE_KEY=$3 # Path to key_private.pem
17+
echo "APP_ID: $APP_ID"
18+
echo "INSTALL_ID: $INSTALL_ID"
1719
echo "APP_PRIVATE_KEY path: $APP_PRIVATE_KEY"
1820

1921
# Generate JWT

0 commit comments

Comments
 (0)