Skip to content

Commit

Permalink
Add cloudve target as well
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud authored Mar 7, 2022
1 parent b7fc4ee commit 09d62b7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ jobs:
charts-token: ${{ secrets.HELM_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: bioconductor
charts-repo: cloudve/helm-charts
github-token: ${{ secrets.HELM_CHARTS_TOKEN }}
charts-token: ${{ secrets.HELM_CHARTS_TOKEN }}
github-labels: ""
git-branch: ${{ github.event.pull_request.base.ref }}

0 comments on commit 09d62b7

Please sign in to comment.