Skip to content

bindplane 1.84 (#188) #174

bindplane 1.84 (#188)

bindplane 1.84 (#188) #174

Workflow file for this run

name: Helm Release
on:
push:
branches:
- main
paths:
- "charts/**"
jobs:
helmlint:
runs-on: ubuntu-20.04
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]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"