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:
parent
289a800773
commit
80df4dc970
2
.github/workflows/e2e.frontend.yaml
vendored
2
.github/workflows/e2e.frontend.yaml
vendored
@ -23,6 +23,6 @@ jobs:
|
|||||||
uses: cypress-io/github-action@v2
|
uses: cypress-io/github-action@v2
|
||||||
with:
|
with:
|
||||||
working-directory: frontend
|
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 }}
|
config: baseUrl=${{ github.event.deployment_status.target_url }}
|
||||||
spec: cypress/integration/${{ matrix.test }}
|
spec: cypress/integration/${{ matrix.test }}
|
||||||
|
Loading…
Reference in New Issue
Block a user