Skip to content

Commit 17236e3

Browse files
committed
Changed key
1 parent a1666eb commit 17236e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
2929
- name: Test with unittest
3030
run: |
31-
export API_KEY=${{ secrets.ETHERSCAN_API_KEY }}
31+
export API_KEY=${{ secrets.ETHERSCAN_API_KEY2 }}
3232
bash run_tests.sh API_KEY
3333
bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)