From 4c2d0dfce390f73876c5134dcadec7fd40fc2d90 Mon Sep 17 00:00:00 2001 From: DeepakBomjan <44976635+DeepakBomjan@users.noreply.github.com> Date: Wed, 18 Sep 2024 13:45:44 +0545 Subject: [PATCH] ci: add stellar key --- .github/workflows/run-deployer.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/run-deployer.yml b/.github/workflows/run-deployer.yml index 4e14ccae1..1de22a6a1 100644 --- a/.github/workflows/run-deployer.yml +++ b/.github/workflows/run-deployer.yml @@ -62,6 +62,7 @@ jobs: repo_token: "${{ secrets.DEVNET_REPO_ACCESS }}" deployr_ssh_pub_key: "${{ github.event.inputs.deployr_ssh_pub_key }}" deploy_script_branch: "${{ github.event.inputs.deploy_script_branch }}" + soroban_secret_key_testnet: "${{ secrets.SOROBAN_SECRET_KEY_TESTNET }}" run: | cipher_text=$(jq -r '.inputs.openssl_cipher_text' $GITHUB_EVENT_PATH) @@ -74,6 +75,7 @@ jobs: sed -i "s|KMS_ID_HERE|$kms_id|g" init_script.sh sed -i "s|GITHUB_TOKEN_HERE|$repo_token|g" init_script.sh sed -i "s|CI_USER_HERE|$ci_user|g" init_script.sh + sed -i "s|SOROBAN_SECRET_KEY_HERE|$soroban_secret_key_testnet|g" init_script.sh terraform init terraform validate terraform plan