Skip to content

Commit 63a926b

Browse files
Add ens client api key to CI env
1 parent e1daf7d commit 63a926b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
ETHEREUM_POLYGON_NODE: ${{ secrets.ETHEREUM_POLYGON_NODE }}
7777
ETHEREUM_4337_BUNDLER_URL: ${{ secrets.ETHEREUM_4337_BUNDLER_URL }}
7878
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
79+
ENS_CLIENT_API_KEY: ${{ secrets.ENS_CLIENT_API_KEY }}
7980
- name: Send results to coveralls
8081
# Ignore coveralls issues
8182
continue-on-error: true

0 commit comments

Comments
 (0)