fix workflow

This commit is contained in:
Tisamenus 2021-11-13 20:38:56 +01:00
parent 077dbfd10d
commit 0ed3b41489
1 changed files with 2 additions and 5 deletions

View File

@ -10,11 +10,8 @@ jobs:
build:
runs-on: ubuntu-latest
env:
etherscan_api_key: ${{ secrets.ETHERSCAN_API_KEY }}
goerli_rpc_key: ${{ secrets.GOERLI_RPC_KEY }}
mainnet_rpc_key: ${{ secrets.MAINNET_RPC_KEY }}
goerli_account_pk: ${{ secrets.GOERLI_ACCOUNT_PK }}
mainnet_account_pk: ${{ secrets.MAINNET_ACCOUNT_PK }}
ETHERSCAN_KEY: ${{ secrets.ETHERSCAN_KEY }}
INFURA_KEY: ${{ secrets.INFURA_KEY }}
steps:
- name: Checkout
uses: actions/checkout@v2