Skip to content

Merge pull request #847 from humio/mike/release-helm-chart-0.24.0 #53

Merge pull request #847 from humio/mike/release-helm-chart-0.24.0

Merge pull request #847 from humio/mike/release-helm-chart-0.24.0 #53

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@v4
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 }}"