Skip to content

Commit

Permalink
Use temp keychain in match
Browse files Browse the repository at this point in the history
  • Loading branch information
magkue committed Nov 12, 2024
1 parent 525c15b commit 0d2b480
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ platform :ios do
git_user_email: "[email protected]",
git_url: "https://gitlab.lrz.de/ase/ipraktikum/match-code-signing",
git_basic_authorization: ENV['IOS_MATCH_GITLAB_AUTH'], # Base-64 encoded, format gitlab_auth_token_name:gitlab_auth_token
keychain_password: ENV['IOS_KEYCHAIN_PASSWORD'], # Keychain password to store cert (using the default login keychain)
keychain_name: keychain_name,
keychain_password: keychain_password, # Keychain password to store cert (using the default login keychain)
verbose: true # optional but very helpful
)

Expand Down

0 comments on commit 0d2b480

Please sign in to comment.