Skip to content

Commit

Permalink
env for e2e on CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Ziaei committed Mar 27, 2024
1 parent 319ebae commit 53faa92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53faa92

Please sign in to comment.