diff --git a/docs/03-github/06-deployment/ios.mdx b/docs/03-github/06-deployment/ios.mdx index fd1b734b..b791026a 100644 --- a/docs/03-github/06-deployment/ios.mdx +++ b/docs/03-github/06-deployment/ios.mdx @@ -168,8 +168,8 @@ In your project repo, add a Repository Secrets by going to Settings -> Secrets a repository secret" button in the top-right. Call it `GH_PAT`, and set the value to the personal access token you just generated. -Create two more Repository Secrets. One should be called `MATCH_REPOSITORY` and contain the the -private GitHub repository you've created to use with fastlane match, in the format +Create two more Repository Secrets. One should be called `MATCH_REPOSITORY` and contain the private +GitHub repository you've created to use with fastlane match, in the format `organization/repository`. The second should be called `MATCH_PASSWORD`, and contain a password to encrypt the Match repo. It's recommended you use a team password manager or similar shared secure keystore to both generate and store this password.