Skip to content

update to bindplane 1.62.0 (#133) #127

update to bindplane 1.62.0 (#133)

update to bindplane 1.62.0 (#133) #127

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 }}"