From a5a01a4c33b1ae64134e236c1f2c4e4d2e106ded Mon Sep 17 00:00:00 2001 From: Michael Heuer Date: Tue, 27 Feb 2024 16:33:42 +0100 Subject: [PATCH] ci: use network name env var --- .github/workflows/contracts-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/contracts-tests.yml b/.github/workflows/contracts-tests.yml index b16b49ab..e4b3728b 100644 --- a/.github/workflows/contracts-tests.yml +++ b/.github/workflows/contracts-tests.yml @@ -36,4 +36,5 @@ jobs: - name: 'Test the contracts and generate the coverage report' run: 'yarn coverage' env: + NETWORK_NAME: ${{ vars.NETWORK_NAME }} INFURA_API_KEY: ${{ secrets.INFURA_API_KEY }}