From 516ab502ec9314549acbd8f22749dbb1070623d5 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sat, 11 May 2024 15:51:15 -0400 Subject: [PATCH 1/2] fix typo, F to find --- docs/gh-actions/gh-errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gh-actions/gh-errors.md b/docs/gh-actions/gh-errors.md index 229edd39278..2e6761599a5 100644 --- a/docs/gh-actions/gh-errors.md +++ b/docs/gh-actions/gh-errors.md @@ -485,7 +485,7 @@ The graphic below shows the steps to make sure your `fork` is up to date and to #### Edit your Fastfile -1. Type either ++command+"C"++ (Mac) or ++control+"C"++ (PC) to reveal the find and replace dialog shown in the graphic below +1. Type either ++command+"F"++ (Mac) or ++control+"F"++ (PC) to reveal the find and replace dialog shown in the graphic below * Copy the phrase indicated below and paste it into the find buffer, and then type into the replace buffer the build number you want to require (one more than indicated by your last error) ``` { .txt .copy } From af0272e2c840e56aecfc2c8bd07eb46da1992e81 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sat, 11 May 2024 15:56:50 -0400 Subject: [PATCH 2/2] improve formatting of secrets reference file --- docs/gh-actions/gh-first-time.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/gh-actions/gh-first-time.md b/docs/gh-actions/gh-first-time.md index 894c9b7d09c..576db939533 100644 --- a/docs/gh-actions/gh-first-time.md +++ b/docs/gh-actions/gh-first-time.md @@ -86,7 +86,9 @@ You don't need to know anything about the Secrets or any other step * Create a blank Secrets Reference file using the text-only editor * Tap on the copy icon below to copy the template and paste it into your blank file * Save the file -3. As you move through the steps on this page, fill in the parts of the template that say `` +3. As you move through the steps on this page, fill in the file + * The `##` characters are used to indicate sections or title (text only file) + * The there is a reference pattern for each SECRET, replace that with your SECRET 4. In addition to the Secrets, this template has places for other pieces of information you may find handy to save in the same file. ``` { .bash .copy title="Template to use for Secrets" } @@ -97,11 +99,11 @@ The same secrets are used for every app you build. First some handy username and password information: -Apple ID username for your Developer account is the associated email: +## Apple ID username for your Developer account is the associated email: suggest you use your desired password tool to save the password for this account -GitHub username +## GitHub username suggest you use your desired password tool to save the password for this account @@ -115,7 +117,7 @@ including -----BEGIN PRIVATE KEY----- through -----END PRIVATE KEY----- -SECRETS BELOW: +## SECRETS BELOW: FASTLANE_ISSUER_ID @@ -147,7 +149,7 @@ TEAMID AAAAAAAAAA -Repository Names for my Fork: +## Repository Names for my Fork: https://github.com/my-github-username/LoopWorkspace