From 09b7377c01e24e2382f931551fda6404662f50f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Odstr=C4=8Dil=C3=ADk?= Date: Fri, 7 Nov 2025 11:11:31 +0100 Subject: [PATCH 1/2] feat: rename job and update repositories in workflow --- .github/workflows/template-sync.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/template-sync.yaml b/.github/workflows/template-sync.yaml index 34c4175..9e2fa32 100644 --- a/.github/workflows/template-sync.yaml +++ b/.github/workflows/template-sync.yaml @@ -8,7 +8,7 @@ on: permissions: {} jobs: - universal-addon: + helm-chart-template: if: github.repository != 'lablabs/helm-chart-template' runs-on: ubuntu-24.04 steps: @@ -18,7 +18,7 @@ jobs: with: app-id: ${{ secrets.LARA_TEMPLATE_SYNC_APP_ID }} private-key: ${{ secrets.LARA_TEMPLATE_SYNC_APP_PRIVATE_KEY }} - repositories: ${{ github.event.repository.name }} + repositories: helm-chart-template,${{ github.event.repository.name }} owner: ${{ github.repository_owner }} - name: Checkout @@ -27,7 +27,7 @@ jobs: token: ${{ steps.template-sync-app-token.outputs.token }} # needed for private repositories persist-credentials: false - - name: Sync universal-addon template + - name: Sync helm-chart-template template uses: AndreasAugustin/actions-template-sync@8ec19a5f2721ffb81ff809aa340ddf75e6a85ea6 # v2.5.2 with: source_gh_token: ${{ steps.template-sync-app-token.outputs.token }} From f6fddf3461b6d7e7ebe48a484c974aee20fc09d2 Mon Sep 17 00:00:00 2001 From: jaygridley Date: Fri, 7 Nov 2025 10:12:51 +0000 Subject: [PATCH 2/2] feat(sync): sync template changes Signed-off-by: jaygridley --- .github/workflows/template-sync.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/template-sync.yaml b/.github/workflows/template-sync.yaml index 9e2fa32..34c4175 100644 --- a/.github/workflows/template-sync.yaml +++ b/.github/workflows/template-sync.yaml @@ -8,7 +8,7 @@ on: permissions: {} jobs: - helm-chart-template: + universal-addon: if: github.repository != 'lablabs/helm-chart-template' runs-on: ubuntu-24.04 steps: @@ -18,7 +18,7 @@ jobs: with: app-id: ${{ secrets.LARA_TEMPLATE_SYNC_APP_ID }} private-key: ${{ secrets.LARA_TEMPLATE_SYNC_APP_PRIVATE_KEY }} - repositories: helm-chart-template,${{ github.event.repository.name }} + repositories: ${{ github.event.repository.name }} owner: ${{ github.repository_owner }} - name: Checkout @@ -27,7 +27,7 @@ jobs: token: ${{ steps.template-sync-app-token.outputs.token }} # needed for private repositories persist-credentials: false - - name: Sync helm-chart-template template + - name: Sync universal-addon template uses: AndreasAugustin/actions-template-sync@8ec19a5f2721ffb81ff809aa340ddf75e6a85ea6 # v2.5.2 with: source_gh_token: ${{ steps.template-sync-app-token.outputs.token }}