From 53faa92b38599f8ce061f05dfd8f083326ac6c5c Mon Sep 17 00:00:00 2001 From: Amir Ziaei Date: Wed, 27 Mar 2024 19:47:01 +0200 Subject: [PATCH] env for e2e on CI/CD --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6316e0c..e6147af 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -68,6 +68,10 @@ jobs: - name: 🎭 Playwright tests run: bunx playwright test + env: + AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }} + IG_USERNAME: ${{ secrets.IG_USERNAME }} + IG_PASSWORD: ${{ secrets.IG_PASSWORD }} - name: 📊 Upload report uses: actions/upload-artifact@v3