We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae10f2 commit 54f8ccfCopy full SHA for 54f8ccf
.github/workflows/ci.yml
@@ -15,6 +15,8 @@ jobs:
15
name: make test
16
runs-on: ubuntu-latest
17
timeout-minutes: 20
18
+ env:
19
+ MAINNET_HTTP: ${{ secrets.MAINNET_HTTP }}
20
steps:
21
- uses: actions/checkout@v4
22
with:
0 commit comments