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