Skip to content

Commit

Permalink
move to sk into env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc committed Dec 19, 2024
1 parent 95b23a9 commit 75929dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bindings-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ jobs:
Write-Host "Running npm build"
npm ci --ignore-scripts
Write-Host "Generating keys"
Write-Host "SC5NRVW24PTAE2TM4M7VVZSCYUNVCBSZOSNRSHFU2XVYZGNMFV6YVLLX" | cargo run -p stellar-cli -- keys add --secret-key root
$env:SOROBAN_SECRET_KEY='SC5NRVW24PTAE2TM4M7VVZSCYUNVCBSZOSNRSHFU2XVYZGNMFV6YVLLX'
cargo run -p stellar-cli -- keys add --secret-key root
Invoke-RestMethod -Uri http://localhost:8000/friendbot?addr=GBCNICNDLG2SQ3AIHJTB3G7AMGR4SZZJISYYQENZR7TETHTZHRCSEAWC
Write-Host "Deploying contract"
cargo run -p stellar-cli -- contract deploy --quiet --alias custom-types --source root --wasm ../../../../target/wasm32-unknown-unknown/test-wasms/test_custom_types.wasm --ignore-checks
Expand Down

0 comments on commit 75929dc

Please sign in to comment.