1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-10 17:53:36 +02:00

Change e2e password

This commit is contained in:
sjaanus 2022-09-27 16:03:02 +03:00
parent 289a800773
commit 80df4dc970

View File

@ -23,6 +23,6 @@ jobs:
uses: cypress-io/github-action@v2
with:
working-directory: frontend
env: AUTH_USER=admin,AUTH_PASSWORD=unleash4all
env: AUTH_USER=admin,AUTH_PASSWORD=${{ secrets.UNLEASH_E2E_FE_ADMIN_PASSWORD }}
config: baseUrl=${{ github.event.deployment_status.target_url }}
spec: cypress/integration/${{ matrix.test }}