Skip to content

Commit

Permalink
Add environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ElinorW committed Nov 30, 2023
1 parent 1ec0e04 commit ae3de1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:

env:
PLAYWRIGHT_TESTS_BASE_URL: ${{secrets.PLAYWRIGHT_TESTS_BASE_URL}}
PLAYWRIGHT_TESTS_USERNAME: ${{PLAYWRIGHT_TESTS_USERNAME}}
PLAYWRIGHT_TESTS_PASSWORD: ${{PLAYWRIGHT_TESTS_PASSWORD}}
PLAYWRIGHT_TESTS_USERNAME: ${{secrets.PLAYWRIGHT_TESTS_USERNAME}}
PLAYWRIGHT_TESTS_PASSWORD: ${{secrets.PLAYWRIGHT_TESTS_PASSWORD}}
jobs:
test:
timeout-minutes: 60
Expand Down

0 comments on commit ae3de1c

Please sign in to comment.