diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 22a7ffe739..66dcb11ee6 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -11,7 +11,7 @@ env: SERVER_URL: 'http://localhost:3000' CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} REACT_APP_DHIS2_BASE_URL: ${{ secrets.REACT_APP_DHIS2_BASE_URL }} - cypress_dhis2_base_url: 'https://test.e2e.dhis2.org/analytics-2.39' + cypress_dhis2_base_url: ${{ secrets.CYPRESS_DHIS2_BASE_URL_39 }} cypress_dhis2_username: ${{ secrets.DHIS2_USERNAME }} cypress_dhis2_password: ${{ secrets.DHIS_PASSWORD }}