Skip to content

use bindplane 1.88.1 (#201) #190

use bindplane 1.88.1 (#201)

use bindplane 1.88.1 (#201) #190

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 "$GITHUB_ACTOR@users.noreply.github.com"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"