diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70151a8fe..dc7b8d528 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -333,10 +333,8 @@ jobs: python3 ${{ env.CI_UTILS_FOLDER }}/run_sample_ci.py --file ${{ env.CI_SAMPLES_CFG_FOLDER }}/ci_run_pubsub_cfg.json - name: run PKCS12 sample run: | - endpoint=$(aws secretsmanager get-secret-value --region us-east-1 --secret-id "ci/endpoint" --query "SecretString" | cut -f2 -d":" | cut -f2 -d\") aws s3 cp s3://iot-sdk-ci-bucket-us-east1/iot_pkcs12_key.p12 ./iot_pkcs12_key.p12 - security create-keychain -p test_password build.keychain security default-keychain -s build.keychain security unlock-keychain -p test_password build.keychain