From 4948a7c551584b9eb096a995d965a65d4a39dbe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20S=C3=BCdkamp?= Date: Fri, 29 Sep 2023 11:41:41 +0200 Subject: [PATCH] test --- .github/workflows/playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 605facd..663529b 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -20,8 +20,8 @@ jobs: - name: Run Playwright tests run: npx playwright test env: - PLAYWRIGHT_USER: foo@example.com - PLAYWRIGHT_PASSWORD: ${{ vars.PLAYWRIGHT_PASSWORD }} + PLAYWRIGHT_USER: ${{ secrets.PLAYWRIGHT_USER }} + PLAYWRIGHT_PASSWORD: ${{ secrets.PLAYWRIGHT_PASSWORD }} - uses: actions/upload-artifact@v3 if: always() with: