From b43366862838085d0f21d571e51338af5d3d431f Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sun, 14 Dec 2025 23:24:55 +0200 Subject: [PATCH] Fix --- .github/workflows/cd-android-live-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-android-live-update.yml b/.github/workflows/cd-android-live-update.yml index a5ff8de..2473446 100644 --- a/.github/workflows/cd-android-live-update.yml +++ b/.github/workflows/cd-android-live-update.yml @@ -56,7 +56,7 @@ jobs: - name: Deploy live update if: steps.check.outputs.changed == 'true' - with: + env: NEXT_PUBLIC_FIREBASE_API_KEY: ${{ secrets.FIREBASE_API_KEY }} NEXT_PUBLIC_SUPABASE_INSTANCE_ID: ${{ secrets.SUPABASE_INSTANCE_ID }} NEXT_PUBLIC_SUPABASE_KEY: ${{ secrets.SUPABASE_KEY }}