You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Specifies the type of provisioning profile to use for code signing (e.g., adhoc, appstore, development)'
124
+
git_branch:
125
+
description: 'Branch name inside the certificates repository that Fastlane Match should use to fetch signing assets'
126
126
type: string
127
127
required: false
128
-
default: 'adhoc'
128
+
default: 'master'
129
129
130
-
export_method:
131
-
description: 'Defines how the app should be packaged for distribution (e.g., ad-hoc, app-store, development)'
130
+
match_type:
131
+
description: 'Specifies the type of provisioning profile to use for code signing (e.g., adhoc, appstore, development)'
132
132
type: string
133
133
required: false
134
-
default: 'ad-hoc'
134
+
default: 'adhoc'
135
135
136
136
app_identifier:
137
137
description: 'The bundle identifier used to uniquely identify your iOS application'
@@ -146,18 +146,14 @@ on:
146
146
default: 'match AdHoc org.mifos.kmp.template'
147
147
148
148
secrets:
149
-
MATCH_GIT_BASIC_AUTHORIZATION:
150
-
description: 'Base64-encoded GitHub token used by Fastlane Match to authenticate and clone the certificates/profiles repository securely'
149
+
match_ssh_private_key:
150
+
description: 'SSH private key for accessing the certificates repository'
151
151
required: true
152
152
153
-
MATCH_PASSWORD:
153
+
match_password:
154
154
description: 'Encryption passphrase used by Fastlane Match to decrypt the signing certificates and provisioning profiles stored in the remote repository'
155
155
required: true
156
156
157
-
KEYCHAIN_PASSWORD:
158
-
description: 'Password used to create and unlock a temporary keychain during the CI build, allowing codesigning without user interaction'
159
-
required: true
160
-
161
157
# Concurrency settings to prevent multiple simultaneous workflow runs
0 commit comments