Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
fix: allow ci to renew certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonella Sgarlatta committed Jul 22, 2021
1 parent 6b8c2d5 commit 387d9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Expand Up @@ -7,7 +7,7 @@ platform :ios do
team_id: ENV["APPLE_TEAM_ID"],
keychain_name: "snkeychain",
keychain_password: ENV["MATCH_PASSWORD"],
readonly: is_ci,
readonly: false,
type: type
)
end
Expand Down

0 comments on commit 387d9f0

Please sign in to comment.