Skip to content

Release operator helm chart 0.20.1 #47

Release operator helm chart 0.20.1

Release operator helm chart 0.20.1 #47

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 "$GITHUB_ACTOR@users.noreply.github.com"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"