mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
chore(deps): bump helm/chart-releaser-action from 1.2.0 to 1.2.1
Bumps [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/helm/chart-releaser-action/releases) - [Commits](https://github.com/helm/chart-releaser-action/compare/v1.2.0...v1.2.1) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ab51970242
commit
cad170416e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/helm.yml
vendored
2
.github/workflows/helm.yml
vendored
|
@ -78,7 +78,7 @@ jobs:
|
|||
make helm.generate
|
||||
|
||||
- name: Run chart-releaser
|
||||
uses: helm/chart-releaser-action@v1.2.0
|
||||
uses: helm/chart-releaser-action@v1.2.1
|
||||
if: github.ref == 'refs/heads/main'
|
||||
env:
|
||||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
|
Loading…
Reference in a new issue