diff --git a/gh-actions/gh-first-time/index.html b/gh-actions/gh-first-time/index.html index 2683b996efa..d103757bd14 100644 --- a/gh-actions/gh-first-time/index.html +++ b/gh-actions/gh-first-time/index.html @@ -3168,7 +3168,7 @@
-Record this for use as TEAMID
in your Secrets
file. You will also need it when you Create App Group.
+Record this for use as TEAMID
in your Secrets
file. You will also need it when you Create App Group.
- Stop a moment and double-check
-
@@ -3178,7 +3178,7 @@
Find TEAMID
must be 10 characters
-- Avoid typing an
8
when it should be a B
+- Avoid typing an
8
when it should be a B
@@ -3269,7 +3269,7 @@ Copy API Key Secrets
Do Not Confuse Your Keys¶
-API Key
vs APN Key
+API Key
vs APN Key
If you use Remote Commands with Nightscout
, you may notice the Application Programming Interface (API) key has the same type of format as the Apple Push Notification (APN) key. The keys for both of these purposes are p8 keys, but they should not be confused with each other.
The Secrets
for building with GitHub use the API Key
.
The config vars for Nightscout
use the APN Key
.
@@ -3432,7 +3432,7 @@ Fork LoopWorkspaceSuccessful Fork¶
-
After creating the fork, your screen should be similar to the next graphic - it will say main
for the branch instead of dev
because this graphic was prepared before the release of Loop 3. You may or may not see the messages you are told to dismiss in the next two bullets. No worries if you don't see them.
+After creating the fork, your screen should be similar to the next graphic - it will say main
for the branch instead of dev
because this graphic was prepared before the release of Loop 3. You may or may not see the messages you are told to dismiss in the next two bullets. No worries if you don't see them.
- Near the top right, click on the close button (
x
) to dismiss the Successfully fetched
message
- In the middle, click on the
Dismiss
button to remove the "Your branch is not protected
" message
@@ -3441,7 +3441,7 @@ Successful Forkfork came from (that is a clickable link)
+- The comment under your username indicates where the fork came from (that is a clickable link)
- The branch that is selected is
main
- The message says "
This branch is up to date with LoopKit/LoopWorkspace:main
"
@@ -3472,8 +3472,8 @@ Configure
Branches
and Repositories
-- These Secrets are added to your
fork of LoopWorkspace
and work for any branch
(main
or dev
, for example)
-- These Secrets must be added, if desired, for Other App
repositories
+- These Secrets are added to your
fork of LoopWorkspace
and work for any branch
(main
or dev
, for example)
+- These Secrets must be added, if desired, for Other App
repositories
Log into GitHub.
@@ -3568,7 +3568,7 @@ Enter Each Secret This is a good place to pause if you need to. Just note where you are on the page so you can return later.
First Use of Actions Tab¶
-Near the top middle of your LoopWorkspace
fork is an Actions
tab. This section provides detailed directions to enable Actions
.
+Near the top middle of your LoopWorkspace
fork is an Actions
tab. This section provides detailed directions to enable Actions
.
Click on the Actions
tab of your LoopWorkspace
repository.
- Your first time, a message appears saying
Workflows aren't being run on this forked repository
as shown in the graphic below
@@ -3592,7 +3592,7 @@ Validate
To skip the detailed instructions, click on Add Identifiers
-
Near the top middle of your LoopWorkspace
fork, click on the Actions
tab.
+Near the top middle of your LoopWorkspace
fork, click on the Actions
tab.
- If you have never used
Actions
on this repository before, and need instructions (in addition to what GitHub shows), please back up to First use of Actions Tab.
@@ -3610,7 +3610,7 @@ Validate
-The Validate Secrets
Action should succeed or fail in a few minutes. Do not continue to the next step until this one succeeds.
+The Validate Secrets
Action should succeed or fail in a few minutes. Do not continue to the next step until this one succeeds.
- If you see the green check () continue to the next section
- If you see the red
X
():
@@ -3645,7 +3645,7 @@ Add
-The Add Identifier
Action should succeed or fail in a few minutes. Do not continue to the next step until this one succeeds.
+The Add Identifier
Action should succeed or fail in a few minutes. Do not continue to the next step until this one succeeds.
- If you see the green check () continue to the next section
- If you see the red
X
():
diff --git a/gh-actions/gh-other-apps/index.html b/gh-actions/gh-other-apps/index.html
index 9681c3f9545..d045646e5ba 100644
--- a/gh-actions/gh-other-apps/index.html
+++ b/gh-actions/gh-other-apps/index.html
@@ -2498,7 +2498,7 @@
Other Apps
Using GitHub Browser Build Method to Build Other Apps¶
-Once Loop 3 was released with the ability to build using a browser, a lot of other repositories in the DIY universe began to add the same feature. Only apps that are companions to Loop are included on this page. If you want to build another DIY app that is not included here, look for the file fastlane/testflight.md
in that app's repository and open it in a browser. The instruction for that apps should be located in that file.
+Once Loop 3 was released with the ability to build using a browser, a lot of other repositories in the DIY universe began to add the same feature. Only apps that are companions to Loop are included on this page. If you want to build another DIY app that is not included here, look for the file fastlane/testflight.md
in that app's repository and open it in a browser. The instruction for that apps should be located in that file.
The same technique is used and the same six Secrets are applied to each repository. Those secrets are tied to your Apple Developer ID and your GitHub account.
- Loop Caregiver
@@ -2515,10 +2515,10 @@ Using Prerequisites¶
If you have already built using the GitHub Browser Build method, it is easy to build the next repository. Skip ahead to Fork and Add Secrets
+If you have already built using the GitHub Browser Build method, it is easy to build the next repository. Skip ahead to Fork and Add Secrets
If this is the first repository you have built with the GitHub Browser Build method, you must first complete the initial steps found on GitHub First-Time. When you reach the point where
+If this is the first repository you have built with the GitHub Browser Build method, you must first complete the initial steps found on GitHub First-Time. When you reach the point where
Use the repository for the application you are building
-Many graphics on this page show LoopWorkspace, just remember to use the repository for the app you want to build, that is either Loop Follow or Loop Caregiver.
+Many graphics on this page show LoopWorkspace, just remember to use the repository for the app you want to build, that is either Loop Follow or Loop Caregiver.
If you have already built Loop using the GitHub Browser Build method, skip ahead to Add Existing Secrets
+If you have already built Loop using the GitHub Browser Build method, skip ahead to Add Existing Secrets
If this is the first repository you have built with GitHub
@@ -2619,7 +2619,7 @@Validate Secrets
Run Workflow
to show a drop-down menumain
for LoopFollow, dev
for LoopCaregiver)The Validate Secrets
Action should succeed or fail in a few minutes. Do not continue to the next step until this one succeeds.
The Validate Secrets
Action should succeed or fail in a few minutes. Do not continue to the next step until this one succeeds.
X
():The Add Identifier
Action should succeed or fail in a few minutes.
The Add Identifier
Action should succeed or fail in a few minutes.
X
():These apps, Loop Caregiver and Loop Follow, do not require that extra step.
+These apps, Loop Caregiver and Loop Follow, do not require that extra step.
You will be following the directions below to create an App in App Store Connect if you don't already have one.
This requires you to provide some information. Examine the table below for the bundle ID associated with your app.
diff --git a/index.html b/index.html index e95f89adfad..e3f649b815a 100644 --- a/index.html +++ b/index.html @@ -436,22 +436,22 @@