Skip to content

Commit

Permalink
test secret manager result
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jul 8, 2024
1 parent 4982500 commit e998a78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e998a78

Please sign in to comment.