Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typo in iOS setup page #423

Merged
merged 2 commits into from
Sep 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/03-github/06-deployment/ios.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading