Skip to content

Commit

Permalink
Updated file flutter.yml to add x_api_key for quick node
Browse files Browse the repository at this point in the history
  • Loading branch information
Raviramnani1 committed Jul 30, 2024
1 parent 27ff425 commit b7f1ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7f1ce2

Please sign in to comment.