diff --git a/.github/workflows/CI_cypress.yml b/.github/workflows/CI_cypress.yml index b4cdc9ad..1eca4cb7 100644 --- a/.github/workflows/CI_cypress.yml +++ b/.github/workflows/CI_cypress.yml @@ -13,6 +13,7 @@ jobs: OCOTILLO_API_URL: http://localhost:8000 VITE_OCOTILLO_API_URL: http://localhost:8000 AUTHENTIK_DISABLE_AUTHENTICATION: ${{ secrets.AUTHENTIK_TEST }} + SESSION_SECRET_KEY: your_secret_key_here # --- DATABASE VALUES FOR DOCKER COMPOSE --- POSTGRES_HOST: db @@ -25,11 +26,11 @@ jobs: - name: Checkout frontend uses: actions/checkout@v4 - - name: Checkout FastAPI backend (NMSampleLocations staging) + - name: Checkout FastAPI backend (OcotilloAPI staging) uses: actions/checkout@v4 with: - repository: DataIntegrationGroup/NMSampleLocations - ref: staging + repository: DataIntegrationGroup/OcotilloAPI + ref: cm-docker-compose-fix path: api-repo - name: Set up Node.js