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