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