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: 'Branch name inside the certificates repository that Fastlane Match should use to fetch signing assets'
126
-
type: string
127
-
required: false
128
-
default: 'master'
129
-
130
-
match_type:
131
-
description: 'Specifies the type of provisioning profile to use for code signing (e.g., adhoc, appstore, development)'
132
-
type: string
133
-
required: false
134
-
default: 'adhoc'
135
-
136
-
app_identifier:
137
-
description: 'The bundle identifier used to uniquely identify your iOS application'
138
-
type: string
139
-
required: false
140
-
default: 'org.mifos.kmp.template'
141
-
142
-
provisioning_profile_name:
143
-
description: 'Name of the Provisioning profile to use for code signing'
144
-
type: string
145
-
required: false
146
-
default: 'match AdHoc org.mifos.kmp.template'
147
-
148
-
secrets:
149
-
match_ssh_private_key:
150
-
description: 'SSH private key for accessing the certificates repository'
151
-
required: true
152
-
153
-
match_password:
154
-
description: 'Encryption passphrase used by Fastlane Match to decrypt the signing certificates and provisioning profiles stored in the remote repository'
155
-
required: true
156
-
157
118
# Concurrency settings to prevent multiple simultaneous workflow runs
0 commit comments