From ad9fa0083b1487c0f33fae8b3479ebbbc3538915 Mon Sep 17 00:00:00 2001 From: khalil-bot Date: Thu, 28 May 2026 16:07:50 +0200 Subject: [PATCH] fix(notification-service): force MOCK_MODE=false in production deploy --- .github/workflows/notification-service.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/notification-service.yml b/.github/workflows/notification-service.yml index c211cda..442d473 100644 --- a/.github/workflows/notification-service.yml +++ b/.github/workflows/notification-service.yml @@ -117,6 +117,7 @@ jobs: -e AIR_QUALITY_API_URL=$AIR_QUALITY_API_URL \ -e API_USERNAME=$API_USERNAME \ -e API_PASSWORD=$API_PASSWORD \ + -e MOCK_MODE=false \ $SHA_TAG EOF" rm /tmp/deploy_key /tmp/deploy_key-cert.pub