Skip to content

chore(deps): update helm/kind-action action to v1.8.0 (#41) #12

chore(deps): update helm/kind-action action to v1.8.0 (#41)

chore(deps): update helm/kind-action action to v1.8.0 (#41) #12

Workflow file for this run

name: Helm Charts
on:
push:
branches:
- main
jobs:
release:
name: Publish Helm Chart
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
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:
config: cr-config.yaml
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"