Skip to content

Commit cd06726

Browse files
committed
feat: configure testflight provision
1 parent d2482c9 commit cd06726

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.github/workflows/build_ios_testflight.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
/usr/libexec/PlistBuddy -c "Set :VietMapAccessToken ${{ secrets.VIETMAP_API_KEY }}" ios/Runner/Info.plist
2727
/usr/libexec/PlistBuddy -c "Set :VietMapURL ${{ secrets.VIETMAP_STYLE_URL }}" ios/Runner/Info.plist
2828
29+
# Step 4: Create .env file
30+
- name: Create .env file
31+
run: |
32+
echo "VIETMAP_API_KEY=${{ secrets.VIETMAP_API_KEY }}" > .env
33+
2934
# Step 4: Install dependencies
3035
- name: Install dependencies
3136
run: flutter pub get

ios/fastlane/export_options.plist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/// Just an empty file, will be replace by the CI/CD progress
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/// Just an empty file, will be replace by the CI/CD progress

0 commit comments

Comments
 (0)