Skip to content

Commit a26084a

Browse files
authored
Fix typo in testflight.md build instructions (#240)
1 parent 67e91f7 commit a26084a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: fastlane/testflight.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ A private Match-Secrets repository is automatically created under your GitHub us
8888

8989
## Setup GitHub LoopWorkspace Repository
9090

91-
1. Fork https://github.com/LoopKit/LoopWorkspace into your GitHub username (using your organization if you have one). If you already have a fork of Trio in that username, you should not make another one. Do not rename the repository. You can continue to work with your existing fork, or delete that from GitHub and then fork again.
91+
1. Fork https://github.com/LoopKit/LoopWorkspace into your GitHub username (using your organization if you have one). If you already have a fork of LoopWorkspace in that username, you should not make another one. Do not rename the repository. You can continue to work with your existing fork, or delete that from GitHub and then fork again.
9292
1. If you are using an organization, do this step at the organization level, e.g., username-org. If you are not using an organization, do this step at the repository level, e.g., username/LoopWorkspace:
9393
* Go to Settings -> Secrets and variables -> Actions and make sure the Secrets tab is open
9494
1. For each of the following secrets, tap on "New organization secret" or "New repository secret", then add the name of the secret, along with the value you recorded for it:
@@ -281,7 +281,7 @@ Your build will run on the following conditions:
281281
This is not typical. But if you do use more than one GitHub username, follow these steps at the time of the annual certificate renewal.
282282

283283
1. After the certificates were removed (nuked) from username1 Match-Secrets storage, you need to switch to username2
284-
1. Add the variable FORCE_NUKE_CERTS=true to the username2/Trio repository
284+
1. Add the variable FORCE_NUKE_CERTS=true to the username2/LoopWorkspace repository
285285
1. Run the action Create Certificate (or Build, but Create is faster)
286286
1. Immediately set FORCE_NUKE_CERTS=false or delete the variable
287287

0 commit comments

Comments
 (0)