ci: add fetch_email to dummy config (#201)

Drew Smirnoff created

Change summary

.github/workflows/demo.yml | 1 +
1 file changed, 1 insertion(+)

Detailed changes

.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"
               }