Skip to content

Commit

Permalink
Merge pull request #2492 from Pylons-tech/mock-easel-apikey
Browse files Browse the repository at this point in the history
Mock api key for easel
  • Loading branch information
MikeSofaer authored Aug 13, 2024
2 parents 8222aa6 + f9cbefd commit f10d1f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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 @@ -54,7 +54,7 @@ jobs:
flutter build appbundle --debug
flutter test
dart_sdk:
name: SDK
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions easel/lib/env.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

const xApiKey = "mock_x_api_key";

0 comments on commit f10d1f1

Please sign in to comment.