We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17236e3 commit 24e1427Copy full SHA for 24e1427
.github/workflows/build.yml
@@ -28,6 +28,6 @@ jobs:
28
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
29
- name: Test with unittest
30
run: |
31
- export API_KEY=${{ secrets.ETHERSCAN_API_KEY2 }}
+ export API_KEY=$secrets.ETHERSCAN_API_KEY2
32
bash run_tests.sh API_KEY
33
bash <(curl -s https://codecov.io/bash)
0 commit comments