Skip to content

Commit

Permalink
chore: add quicknode environment variable to github action
Browse files Browse the repository at this point in the history
release 2.6.1
  • Loading branch information
hzhu committed Oct 28, 2024
1 parent 3ad4ea3 commit c178846
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
env:
ETH_MAINNET_RPC: ${{ secrets.ETH_MAINNET_RPC }}
ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}
QUICKNODE_API_KEY: ${{ secrets.QUICKNODE_API_KEY }}
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit c178846

Please sign in to comment.