fix: Add secrets.local.dart setup step for CI environment

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ponshu Developer 2026-02-16 09:42:15 +09:00
parent 234048e487
commit f75549ab9a
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ jobs:
flutter-version: '3.27.1' flutter-version: '3.27.1'
channel: 'stable' channel: 'stable'
- name: Prepare local secrets for CI
run: cp lib/secrets.local.dart.example lib/secrets.local.dart
- name: Get dependencies - name: Get dependencies
run: flutter pub get run: flutter pub get