diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e8e5cfa1..93a4d7a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,8 +56,8 @@ jobs: flutter pub get - name: Decode google-services.json env: - FIREBASE_SECRET: ${{ secrets.FIREBASE_SECRET }} - run: echo $FIREBASE_SECRET > ./example/android/app/google-services.json + ANDROID_GOOGLE_SERVICES: ${{ secrets.ANDROID_GOOGLE_SERVICES }} + run: echo $ANDROID_GOOGLE_SERVICES > ./example/android/app/google-services.json - name: Build run: | cd example