Skip to content

chore: synced file(s) with aiven/aiven-operator (#50) #52

chore: synced file(s) with aiven/aiven-operator (#50)

chore: synced file(s) with aiven/aiven-operator (#50) #52

Workflow file for this run

name: Release Helm Chart
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v4
with:
version: v3.4.0
- name: Helm Chart Releaser
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"