Skip to content

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

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

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

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 "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v4
with:
version: v3.4.0
- name: Helm Chart Releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"