Skip to content

Commit

Permalink
Debug wallet keys
Browse files Browse the repository at this point in the history
  • Loading branch information
b-gopalswami committed Jul 30, 2024
1 parent 4b77ca8 commit 3048a8b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/actions/setup-create-base64-config-ccip/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,15 @@ runs:
fi
fi
wallet_key_from_secret="[CCIP.Env.Network.WalletKeys]"
wallet_key_from_secret="
[CCIP.Env.Network.WalletKeys]
"
for i in "${!networks_array[@]}"; do
wallet_key_from_secret += "
${networks_array[i]} = [$wallet_key]
${networks_array[i]} = [\'$wallet_key\']
"
done
Expand Down

0 comments on commit 3048a8b

Please sign in to comment.