Skip to content

Commit

Permalink
Use sepolia network
Browse files Browse the repository at this point in the history
  • Loading branch information
matjazv committed Sep 26, 2024
1 parent 0beda08 commit 9b354a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build docker image
on:
push:
branches:
- master
- LISK-1130-Update-CD-to-be-push-based

jobs:
docker:
Expand Down
4 changes: 2 additions & 2 deletions scripts/lisk/docker/setEnvVariables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
set -eu

# Set env var from secrets
secret_id=arn:aws:secretsmanager:eu-west-3:132202091885:secret:mainnet/lisk-across-relayer/aws-CSi7ka
# secret_id=arn:aws:secretsmanager:eu-west-3:132202091885:secret:sepolia/across-relayer-dev/aws-7CIqpl
#secret_id=arn:aws:secretsmanager:eu-west-3:132202091885:secret:mainnet/lisk-across-relayer/aws-CSi7ka
secret_id=arn:aws:secretsmanager:eu-west-3:132202091885:secret:sepolia/across-relayer-dev/aws-7CIqpl
RELAYER_CONFIG=`aws --region eu-west-3 secretsmanager get-secret-value --secret-id ${secret_id} | jq --raw-output .SecretString | jq -r .`

echo "Setting environment variables within the current shell on the host"
Expand Down

0 comments on commit 9b354a3

Please sign in to comment.