From c6c27ee1c9d8c5a76467f191898121605bd9c3fd Mon Sep 17 00:00:00 2001 From: nuwang <2070605+nuwang@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:35:30 +0530 Subject: [PATCH] Update github packaging action --- .github/workflows/packaging.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml index 9fe495e6..b56ee4e6 100644 --- a/.github/workflows/packaging.yml +++ b/.github/workflows/packaging.yml @@ -23,6 +23,14 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false + - uses: cloudve/helm-ci@master + with: + chart-name: galaxy-deps + charts-repo: cloudve/helm-charts + github-token: ${{ secrets.CHARTS_TOKEN }} + charts-token: ${{ secrets.CHARTS_TOKEN }} + github-labels: ${{ join(github.event.pull_request.labels.*.name, ', ') }} + git-branch: ${{ github.event.pull_request.base.ref }} - uses: cloudve/helm-ci@master with: chart-name: galaxy @@ -39,6 +47,14 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false + - uses: cloudve/helm-ci@master + with: + chart-name: galaxy-deps + charts-repo: cloudve/helm-charts + github-token: ${{ secrets.CHARTS_TOKEN }} + charts-token: ${{ secrets.CHARTS_TOKEN }} + github-labels: ${{ github.event.inputs.version-bump }} + git-branch: ${{ github.event.inputs.branch-name }} - uses: cloudve/helm-ci@master with: chart-name: galaxy