Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ca6ac5c

Browse files
committed
Added API key
1 parent 24e1427 commit ca6ac5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
2828
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
2929
- name: Test with unittest
30+
env:
31+
API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
3032
run: |
31-
export API_KEY=$secrets.ETHERSCAN_API_KEY2
3233
bash run_tests.sh API_KEY
3334
bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /