From ca3c35b1bbfd260c3e5473b79e92b4d74cd8ff23 Mon Sep 17 00:00:00 2001 From: Jason Laster Date: Thu, 4 Apr 2024 08:14:27 -0700 Subject: [PATCH] oops --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 8b3c7a3..5b62a0e 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -23,7 +23,7 @@ jobs: - name: Run Playwright tests run: yarn test:playwright env: - PLAYWRIGHT_REPLAY_API_KEY: ${{ secrets.REPLAY_API_KEY }} + PLAYWRIGHT_REPLAY_API_KEY: ${{ secrets.PLAYWRIGHT_REPLAY_API_KEY }} REPLAY_PLAYWRIGHT_FIXTURE: ${{ secrets.REPLAY_PLAYWRIGHT_FIXTURE }} - uses: actions/upload-artifact@v4 if: always()