Use readonly API key for AirTable in CI

This commit is contained in:
friebetill
2022-10-11 14:40:48 +02:00
parent 47bccff86f
commit ef3b26dd67

View File

@ -169,7 +169,7 @@ jobs:
- run: flutter pub get
- name: Generate Flutter files
run: |
flutter pub run lang_table:generate --platform=airTable --target=Flutter --input=${{ secrets.I18N_AIRTABLE_ADDRESS }} --api-key=${{ secrets.I18N_AIRTABLE_KEY}}
flutter pub run lang_table:generate --platform=airTable --target=Flutter --input=https://api.airtable.com/v0/app6dkbYXMccUCZb1/i18n --api-key=keyRYfny0HikUbPSL
flutter pub run build_runner build --delete-conflicting-outputs
flutter packages pub run gen_lang:generate --output-dir lib/i18n