Skip to content

Commit c87168e

Browse files
updating logic for token
1 parent 2fcc59e commit c87168e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

1414
APP_ID=$(cat $1) # Path to appid.env
15-
PRIVATE_KEY_PATH=$2 # Path to key_private.pem
15+
APP_PRIVATE_KEY=$2 # Path to key_private.pem
1616
echo "APP_PRIVATE_KEY path: $APP_PRIVATE_KEY"
1717

1818
# Generate JWT

0 commit comments

Comments
 (0)