From 9d30771e91b30997ac0de8959462995b96a5c6c8 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Thu, 27 Jul 2023 15:19:13 -0500 Subject: [PATCH] add feedback env to android builds --- .github/workflows/android-build.yml | 1 + .github/workflows/android-prod.yml | 1 + .github/workflows/android-staging.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index 7bd577d..ab496f5 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -69,6 +69,7 @@ jobs: VITE_AUTH: https://auth-staging.mutinywallet.com VITE_SUBSCRIPTIONS: https://subscriptions-staging.mutinywallet.com VITE_STORAGE: https://storage-staging.mutinywallet.com + VITE_FEEDBACK: https://feedback-staging.mutinywallet.com VITE_SCORER: https://scorer-staging.mutinywallet.com run: pnpm build diff --git a/.github/workflows/android-prod.yml b/.github/workflows/android-prod.yml index 1ab057a..7fbb01f 100644 --- a/.github/workflows/android-prod.yml +++ b/.github/workflows/android-prod.yml @@ -65,6 +65,7 @@ jobs: VITE_AUTH: https://auth.mutinywallet.com VITE_SUBSCRIPTIONS: https://subscriptions.mutinywallet.com VITE_STORAGE: https://storage.mutinywallet.com + VITE_FEEDBACK: https://feedback.mutinywallet.com VITE_SCORER: https://scorer.mutinywallet.com run: pnpm build diff --git a/.github/workflows/android-staging.yml b/.github/workflows/android-staging.yml index 457dc10..760f0c1 100644 --- a/.github/workflows/android-staging.yml +++ b/.github/workflows/android-staging.yml @@ -65,6 +65,7 @@ jobs: VITE_AUTH: https://auth-staging.mutinywallet.com VITE_SUBSCRIPTIONS: https://subscriptions-staging.mutinywallet.com VITE_STORAGE: https://storage-staging.mutinywallet.com + VITE_FEEDBACK: https://feedback-staging.mutinywallet.com VITE_SCORER: https://scorer-staging.mutinywallet.com run: pnpm build