Skip to content

Commit

Permalink
use the secret
Browse files Browse the repository at this point in the history
  • Loading branch information
kvbik committed Oct 31, 2023
1 parent 73f7b6c commit a30b692
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ jobs:
- name: ${{ matrix.toxenv }}
run: tox
env:
WEB3_PROVIDER_URI: ${{ secrets.WEB3_PROVIDER_URI }}
TOXENV: ${{ matrix.toxenv }}
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ basepython=
py37: python3.7
passenv=
WEB3_PROVIDER_URI
ETHERSCAN_API_KEY

[testenv:lint]
basepython=python3.8
Expand Down

0 comments on commit a30b692

Please sign in to comment.