From e998a788cfc65ff577cfce8c148600a1a1ade1e3 Mon Sep 17 00:00:00 2001 From: Zhihui Xia Date: Mon, 8 Jul 2024 16:09:34 -0700 Subject: [PATCH] test secret manager result --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6b7a1ba..f95dc71b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,6 +92,7 @@ jobs: pkcs12_identity_base64=$(aws secretsmanager get-secret-value --region us-east-1 --secret-id "ci/test/base64_pkcs12" --query "SecretString" | cut -f2 -d":" | cut -f2 -d\") pkcs12_identity_pw=$(aws secretsmanager get-secret-value --region us-east-1 --secret-id "ci/test/pw_pkcs12" --query "SecretString" | cut -f2 -d":" | cut -f2 -d\") + echo -n "$pkcs12_identity_base64" # import certificate and provisioning profile from secrets echo -n "$pkcs12_identity_base64" | base64 --decode -o $CERTIFICATE_PATH # echo -n "$BUILD_PROVISION_PROFILE_BASE64" | base64 --decode -o $PP_PATH