Skip to content

Merge pull request #769 from humio/mike/release-helm-chart-0.20.2 #48

Merge pull request #769 from humio/mike/release-helm-chart-0.20.2

Merge pull request #769 from humio/mike/release-helm-chart-0.20.2 #48

on:
push:
branches:
- master
paths:
- charts/humio-operator/Chart.yaml
name: Publish Helm Chart Release
jobs:
chart:
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup
shell: bash
run: |
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "[email protected]"
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"