We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b029b commit de08c57Copy full SHA for de08c57
1 file changed
.github/workflows/ci.yml
@@ -67,6 +67,7 @@ jobs:
67
MAINNET_RPC: ${{ secrets.MAINNET_RPC }}
68
SIGNER_ADDRESS: ${{ secrets.SIGNER_ADDRESS }}
69
SIGNER_SECRET_KEY: ${{ secrets.SIGNER_SECRET_KEY }}
70
+ MAINNET_RPC_WO_OPCODE_LOGS: ${{ secrets.MAINNET_RPC_WO_OPCODE_LOGS }}
71
run: ./tests/ci_tests.sh
72
73
# TODO: Publish to Docker Hub
0 commit comments