From 61383f9b085656ae1edfde7f581286cc85cef30b Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 19 May 2022 12:18:08 +0300 Subject: [PATCH] Pass extra envs to the tox --- .github/workflows/core.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 3e2e7785..043a9f8f 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -37,6 +37,7 @@ jobs: - name: Integration Tests env: + TOX_TESTENV_PASSENV: ${{ secrets.TOX_TESTENV_PASSENV }} TEST_EMAIL_LOGIN: ${{ secrets.TEST_EMAIL_LOGIN }} TEST_EMAIL_PASSWORD: ${{ secrets.TEST_EMAIL_PASSWORD }} TEST_EMAIL_IMAP_SERVER: ${{ secrets.TEST_EMAIL_IMAP_SERVER }}