Skip to content

Commit 236e391

Browse files
updating logic for token
1 parent c87168e commit 236e391

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
set -o pipefail
1313

1414
APP_ID=$(cat $1) # Path to appid.env
15-
APP_PRIVATE_KEY=$2 # Path to key_private.pem
15+
INSTALL_ID=$2
16+
APP_PRIVATE_KEY=$3 # Path to key_private.pem
1617
echo "APP_PRIVATE_KEY path: $APP_PRIVATE_KEY"
1718

1819
# Generate JWT

0 commit comments

Comments
 (0)