Skip to content

Add description on why helm chart is installed via a separate job #76

Add description on why helm chart is installed via a separate job

Add description on why helm chart is installed via a separate job #76

Workflow file for this run

name: Package
on:
pull_request_target:
types: [closed]
jobs:
package:
if: github.event.pull_request.merged == true
name: Package and push
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: cloudve/helm-ci@master
with:
chart-name: galaxykubeman
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 }}