From 6c9d844f36c8a7f5d7741ea78d4486343a800568 Mon Sep 17 00:00:00 2001 From: Ikeji Benjamin Date: Sat, 22 Jun 2024 13:56:28 +0100 Subject: [PATCH] Send .env to playwright config --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 8ce79d56..86f11d7d 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -66,7 +66,7 @@ jobs: npm install -g yarn && yarn - name: Install Playwright Browsers run: yarn playwright install --with-deps - + # This .env variables will be available to be used in the signer app - name: Send secrets to process.env run: | echo "ETH_PROVIDER_URL_TESTNET=${{ secrets.ETH_PROVIDER_URL_TESTNET }}" >> $GITHUB_ENV