From b7f1ce2301909cd7aa68000dfa69a02efa49e387 Mon Sep 17 00:00:00 2001 From: raviramnani Date: Wed, 31 Jul 2024 00:59:36 +0530 Subject: [PATCH] Updated file flutter.yml to add x_api_key for quick node --- .github/workflows/flutter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml index a7ac3680dc..73654adedc 100644 --- a/.github/workflows/flutter.yml +++ b/.github/workflows/flutter.yml @@ -47,7 +47,7 @@ jobs: cd easel touch lib/env.dart echo "const apiKey = \"${{ secrets.EASEL_TOKEN }}\"; " >> lib/env.dart - echo "const X_API_KEY: ${{ secrets.X_API_KEY }}\"; " >> lib/env.dart + echo "const X_API_KEY = \"${{ secrets.X_API_KEY }}\"; " >> lib/env.dart ./android/app/json_manipulator.sh RANDOM_STRING flutter pub get flutter analyze