File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5656 network : naga-test
5757 privateKey : LIVE_MASTER_ACCOUNT_NAGA_TEST
5858 env :
59- LOCAL_MASTER_ACCOUNT : ${{ secrets.LOCAL_MASTER_ACCOUNT }}
6059 LOG_LEVEL : debug2
6160 LIVE_MASTER_ACCOUNT : ${{ secrets[matrix.privateKey] }}
61+ LOCAL_MASTER_ACCOUNT : ${{ secrets[matrix.privateKey] }}
6262 steps :
6363 - uses : actions/checkout@v4
6464 - uses : actions/setup-node@v4
@@ -90,11 +90,11 @@ jobs:
9090 - name : Verify required secrets
9191 run : |
9292 if [ -z "${LIVE_MASTER_ACCOUNT}" ]; then
93- echo "LIVE_MASTER_ACCOUNT is not set for network ${NETWORK:-unknown }" >&2
93+ echo "LIVE_MASTER_ACCOUNT is not set for network ${{ matrix.network } }" >&2
9494 exit 1
9595 fi
9696 if [ -z "${LOCAL_MASTER_ACCOUNT}" ]; then
97- echo "LOCAL_MASTER_ACCOUNT is not set" >&2
97+ echo "LOCAL_MASTER_ACCOUNT is not set for network ${{ matrix.network }} " >&2
9898 exit 1
9999 fi
100100 - name : Run health check (${{ matrix.network }})
You can’t perform that action at this time.
0 commit comments