Skip to content

Commit

Permalink
Update github packaging action
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Nov 22, 2024
1 parent 8f398ba commit c6c27ee
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c6c27ee

Please sign in to comment.