fix workflow

This commit is contained in:
Michael Speed 2021-05-13 19:40:57 +02:00
parent e074b7ece6
commit 70fd5bf7ab

View File

@ -36,7 +36,7 @@ jobs:
# This is a quick workaround to make the Github workflow happy.
# There should be a better way to handle the keys to improve DX.
- name: "Create a dummy auth.dart"
run: echo -e "var BASE_URL = '';\nvar DEBUG_TOKEN = '';\nvar INIT_TOKEN = '';" > ./lib/viewmodel/auth.dart
run: echo -e "var BASE_URL = '';\nvar CONTENT_TOKEN = '';\nvar INIT_TOKEN = '';" > ./lib/network/auth.dart
# - run: flutter pub get