From 8d0e8ff05137806d1e9896249ba77f08a59262f1 Mon Sep 17 00:00:00 2001 From: cmyers-mieweb Date: Mon, 6 Apr 2026 10:52:14 -0700 Subject: [PATCH 1/2] Update launchpad to use main from cmyers_issue5 Related issue: https://github.com/mieweb/launchpad/issues/9 Opensource was not updated to use the merged branch to main. --- .github/workflows/build-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index ec415e75..89133159 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -141,7 +141,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: mieweb/launchpad@cmyers_issue5 + - uses: mieweb/launchpad@main with: api_key: ${{ secrets.API_KEY }} api_url: ${{ secrets.API_URL }} From bf18ed20c1828522581e3a6ac30d2f511947a94c Mon Sep 17 00:00:00 2001 From: Robert Gingras Date: Mon, 6 Apr 2026 13:55:38 -0400 Subject: [PATCH 2/2] fix in cleanup-preview job as well --- .github/workflows/build-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 89133159..59475d18 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -155,7 +155,7 @@ jobs: uses: actions/checkout@v4 - name: Remove preview container - uses: mieweb/launchpad@cmyers_issue5 + uses: mieweb/launchpad@main with: api_key: ${{ secrets.LAUNCHPAD_API_KEY }} api_url: ${{ secrets.LAUNCHPAD_API_URL }}