Skip to content

Add Ænix to the Adopters list (#3711) #581

Add Ænix to the Adopters list (#3711)

Add Ænix to the Adopters list (#3711) #581

name: Release Charts
on:
push:
branches:
- master
tags:
- v*
jobs:
release:
permissions:
contents: write # to push chart release and create a release (helm/chart-releaser-action)
runs-on: ubuntu-latest
steps:
- name: Checkout
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: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: charts
packages_with_index: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"