Skip to content

Commit

Permalink
Sort environment variables alphabetically.
Browse files Browse the repository at this point in the history
Co-authored-by: dav3r <[email protected]>
  • Loading branch information
JCantu248 and dav3r authored Apr 9, 2024
1 parent 6452c69 commit 8b33dd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ defaults:
run:
working-directory: ./playwright
env:
PW_XFD_URL: ${{ vars.PW_XFD_URL }}
PW_XFD_USERNAME: ${{ secrets.PW_XFD_USERNAME }}
PW_XFD_PASSWORD: ${{ secrets.PW_XFD_PASSWORD }}
PW_XFD_2FA_ISSUER: ${{ secrets._PW_XFD_2FA_ISSUER }}
PW_XFD_2FA_SECRET: ${{ secrets.PW_XFD_2FA_SECRET }}
PW_XFD_PASSWORD: ${{ secrets.PW_XFD_PASSWORD }}
PW_XFD_URL: ${{ vars.PW_XFD_URL }}
PW_XFD_USER_ROLE: ${{ vars.PW_XFD_USER_ROLE }}
PW_XFD_USERNAME: ${{ secrets.PW_XFD_USERNAME }}

jobs:
test:
Expand Down

0 comments on commit 8b33dd3

Please sign in to comment.