We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f5b45 commit 068c245Copy full SHA for 068c245
ios/fastlane/Fastfile
@@ -32,7 +32,7 @@ platform :ios do
32
match(
33
type:"appstore",
34
api_key:api_key,
35
- keychain_name:keychain_name
+ keychain_name:keychain_name,
36
keychain_password: ENV["KEYCHAIN_PASSWORD"],
37
git_basic_authorization:ENV["MATCH_GIT_BASIC_AUTHORIZATION"],
38
readonly: false,
0 commit comments