# What this PR does Please See https://github.com/grafana/helm-charts/pull/2107 ## Which issue(s) this PR fixes ## Checklist - [ ] Tests updated - [ ] Documentation added - [ ] `CHANGELOG.md` updated
16 lines
334 B
YAML
16 lines
334 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 }}
|