Skip to content

Commit

Permalink
feat: configure testflight provision
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhdang198 committed Sep 24, 2024
1 parent d2482c9 commit cd06726
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_ios_testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
/usr/libexec/PlistBuddy -c "Set :VietMapAccessToken ${{ secrets.VIETMAP_API_KEY }}" ios/Runner/Info.plist
/usr/libexec/PlistBuddy -c "Set :VietMapURL ${{ secrets.VIETMAP_STYLE_URL }}" ios/Runner/Info.plist
# Step 4: Create .env file
- name: Create .env file
run: |
echo "VIETMAP_API_KEY=${{ secrets.VIETMAP_API_KEY }}" > .env
# Step 4: Install dependencies
- name: Install dependencies
run: flutter pub get
Expand Down
1 change: 1 addition & 0 deletions ios/fastlane/export_options.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// Just an empty file, will be replace by the CI/CD progress
1 change: 1 addition & 0 deletions ios/fastlane/vietmap.mobileprovision
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// Just an empty file, will be replace by the CI/CD progress

0 comments on commit cd06726

Please sign in to comment.