Skip to content

Commit

Permalink
ci: add soroban key
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan authored Sep 18, 2024
1 parent ae3d50f commit d32160e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/deployer/init_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ CIPHER_TEXT="CIPHER_TEXT_HERE"
export GITHUB_ACCESS_TOKEN="GITHUB_TOKEN_HERE"
export CI_USER="CI_USER_HERE"
DEPLOY_SCRIPT_BRANCH="DEPLOY_SCRIPT_BRANCH_HERE" # Deployment repo: https://github.com/icon-project/ibc-devops.git
SOROBAN_SECRET_KEY="SOROBAN_SECRET_KEY_HERE"
KMS_ID="KMS_ID_HERE"
DEPLOYR_HOME="/home/deployr"
GO_VERS="1.20.6"
Expand Down Expand Up @@ -253,5 +254,10 @@ echo "export PATH=$${PATH}:/root/.local/share/solana/install/releases/1.18.18/so
## Install multisig
cargo install --git https://github.com/icon-project/cw-plus.git --branch feat/test-multisig cwmultisig

## Install Stellar
wget https://github.com/stellar/stellar-cli/releases/download/v21.4.1/stellar-cli-21.4.1-x86_64-unknown-linux-gnu.tar.gz
tar -xvzf stellar-cli-21.4.1-x86_64-unknown-linux-gnu.tar.gz
mv stellar /usr/local/bin/stellar

chmod 400 /tmp/user_data_log.out || true

0 comments on commit d32160e

Please sign in to comment.