Skip to content

Commit

Permalink
Allow Github actions to update provisioning profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mplorentz committed Dec 23, 2024
1 parent a1da24b commit 77d5cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ platform :ios do
)
match(
type: "appstore",
readonly: true,
readonly: false,
app_identifier: options[:appidentifier],
keychain_name: "keychain",
keychain_password: keychain_pass
Expand Down

0 comments on commit 77d5cea

Please sign in to comment.