We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c12cba commit 48d733fCopy full SHA for 48d733f
.github/scripts/ppc64le/self-hosted-builder/helpers/app_token.sh
@@ -11,9 +11,11 @@
11
12
set -o pipefail
13
14
-APP_ID=$(cat $1) # Path to appid.env
15
-INSTALL_ID=$(cat $2)
16
-APP_PRIVATE_KEY=$3 # Path to key_private.pem
+#APP_ID=$(cat $1) # Path to appid.env
+#INSTALL_ID=$(cat $2)
+#APP_PRIVATE_KEY=$3 # Path to key_private.pem
17
+echo "APP_ID: $APP_ID"
18
+echo "INSTALL_ID: $INSTALL_ID"
19
echo "APP_PRIVATE_KEY path: $APP_PRIVATE_KEY"
20
21
# Generate JWT
0 commit comments