From 085bb4b16145c37c64be889c21f19b5030c93ad8 Mon Sep 17 00:00:00 2001 From: Drew Smirnoff Date: Wed, 25 Feb 2026 10:33:19 +0400 Subject: [PATCH] ci: add fetch_email to dummy config Added fetch_email field to demo user configuration. --- .github/workflows/demo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 9bb9a8d..8341376 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -35,6 +35,7 @@ jobs: "id": "demo-user", "name": "Matcha Client", "email": "matcha@floatpane.com", + "fetch_email": "matcha@floatpane.com" "password": "dummy-password", "service_provider": "custom" }