We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ce91b commit ae5d6f8Copy full SHA for ae5d6f8
.github/workflows/etherscan.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Run Tests
43
env:
44
TEST_TYPE: ${{ matrix.type }}
45
- GITHUB_ETHERSCAN: ${{ secrets.GITHUB_ETHERSCAN }}
+ ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
46
shell: bash
47
run: |
48
bash "scripts/ci_test_${TEST_TYPE}.sh"
0 commit comments