From 073bcadc519d0d4c395401149ffda43481feda66 Mon Sep 17 00:00:00 2001 From: ssorin Date: Thu, 23 Jan 2025 14:11:02 +0100 Subject: [PATCH] =?UTF-8?q?fixup!=20=F0=9F=97=83=EF=B8=8F(dashboard)=20add?= =?UTF-8?q?=20administration=20and=20company=20fields=20to=20consent=20mod?= =?UTF-8?q?el?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dashboard.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/dashboard.yml b/.github/workflows/dashboard.yml index 8c2adb1d..2cd7c5c3 100644 --- a/.github/workflows/dashboard.yml +++ b/.github/workflows/dashboard.yml @@ -95,12 +95,5 @@ jobs: DASHBOARD_DB_NAME: test-qualicharge-dashboard DASHBOARD_DATABASE_URL: psql://qualicharge:pass@localhost:5432/test-qualicharge-dashboard DASHBOARD_SECRET_KEY: the_secret_key - DASHBOARD_CONTROL_AUTHORITY: - name: QualiCharge - address_1: 1 rue de test - address_2: - zip_code: 75000 - city: Paris - represented_by: John Doe - email: jdoe@exemple.com + DASHBOARD_CONTROL_AUTHORITY: '{"name": "QualiCharge", "address_1": "1 rue de test", "address_2": , "zip_code": "75000", "city": "Paris", "represented_by": "John Doe", "email": "jdoe@exemple.com"}' DASHBOARD_CONSENT_DONE_AT: Paris