Skip to content

Commit ae5d6f8

Browse files
authored
Update etherscan.yml
1 parent 61ce91b commit ae5d6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/etherscan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Run Tests
4343
env:
4444
TEST_TYPE: ${{ matrix.type }}
45-
GITHUB_ETHERSCAN: ${{ secrets.GITHUB_ETHERSCAN }}
45+
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
4646
shell: bash
4747
run: |
4848
bash "scripts/ci_test_${TEST_TYPE}.sh"

0 commit comments

Comments
 (0)