From 764c485cf11719b26727d795f798ff7b695dbcad Mon Sep 17 00:00:00 2001 From: Gabriel Le Breton Date: Wed, 20 Sep 2023 13:09:13 -0400 Subject: [PATCH] yarn lint --- docs/03-github/06-deployment/ios.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/03-github/06-deployment/ios.mdx b/docs/03-github/06-deployment/ios.mdx index 3ed098e3..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 -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.