From 8843ca7778a15bfe00a7f735d438cc2367662132 Mon Sep 17 00:00:00 2001 From: jcohan Date: Thu, 26 Jun 2025 12:51:31 -0700 Subject: [PATCH 1/2] Update build_loop.yml Add No Auth --- .github/workflows/build_loop.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_loop.yml b/.github/workflows/build_loop.yml index 96bb544df6..d6da233093 100644 --- a/.github/workflows/build_loop.yml +++ b/.github/workflows/build_loop.yml @@ -283,7 +283,17 @@ jobs: # and make sure to specify the submodule by setting "--directory=(submodule_name)". # Several patches may be added per submodule. # Adding comments (#) may be useful to easily tell the individual patches apart. - + # The lines below add the customizations listed using the CustomizationSelect script + # The "\" is a continuation character + # the line following a "\" should not be blank + /bin/bash -c "$(curl -fsSL \ + https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/CustomizationSelect.sh)" \ + dexcom_upload_readings \ + no_auth + + + # the final customization listed above CANNOT have a continuation character + # more customizations can be pasted after this line # Patch Fastlane Match to not print tables - name: Patch Match Tables run: | @@ -333,4 +343,4 @@ jobs: name: build-artifacts path: | artifacts - buildlog \ No newline at end of file + buildlog From 44cd8bf94dd9eb8e4e1ac5de652d40bdc339c513 Mon Sep 17 00:00:00 2001 From: jcohan Date: Mon, 12 Jan 2026 10:17:44 -0800 Subject: [PATCH 2/2] Update build_loop.yml --- .github/workflows/build_loop.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build_loop.yml b/.github/workflows/build_loop.yml index 2ae6f5cfcd..d3d71a1b6c 100644 --- a/.github/workflows/build_loop.yml +++ b/.github/workflows/build_loop.yml @@ -213,9 +213,6 @@ jobs: # The lines below add the customizations listed using the CustomizationSelect script # The "\" is a continuation character # the line following a "\" should not be blank - /bin/bash -c "$(curl -fsSL \ - https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/CustomizationSelect.sh)" \ - dexcom_upload_readings \ no_auth