Skip to content

Commit 1208cec

Browse files
ci (fastlane): skip cert verification
Trusts the certificates stored in MinIO
1 parent 91752d8 commit 1208cec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ platform :ios do
5151
desc "Build and upload to TestFlight"
5252
lane :beta do
5353
configure_minio
54-
match(type: "appstore")
54+
match(type: "appstore", readonly: true)
5555

5656
# Configure Xcode project signing before Tauri build
5757
update_code_signing_settings(
@@ -110,7 +110,7 @@ platform :ios do
110110
desc "Upload to App Store"
111111
lane :release do
112112
configure_minio
113-
match(type: "appstore")
113+
match(type: "appstore", readonly: true)
114114

115115
# Configure Xcode project signing before Tauri build
116116
update_code_signing_settings(

0 commit comments

Comments
 (0)