# What this PR does Add [`yamllint`](https://github.com/adrienverge/yamllint) to `pre-commit` configuration + fix pre-existing errors ## Checklist - [x] Unit, integration, and e2e (if applicable) tests updated - [x] Documentation added (or `pr:no public docs` PR label added if not required) - [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required)
16 lines
336 B
YAML
16 lines
336 B
YAML
name: Helm Release
|
|
|
|
"on":
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
call-update-helm-repo:
|
|
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@main
|
|
with:
|
|
charts_dir: helm
|
|
cr_configfile: helm/cr.yaml
|
|
ct_configfile: helm/ct.yaml
|
|
secrets:
|
|
helm_repo_token: ${{ secrets.GH_HELM_RELEASE }}
|