mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-29 02:45:06 +00:00
Bugfixes/helm release (#2173)
* bump helm version Signed-off-by: Shuting Zhao <shutting06@gmail.com> * update helm-release trigger paths Signed-off-by: Shuting Zhao <shutting06@gmail.com> * disable linting Signed-off-by: Shuting Zhao <shutting06@gmail.com> * disable linting Signed-off-by: Shuting Zhao <shutting06@gmail.com>
This commit is contained in:
parent
2de0af635e
commit
3de6128147
1 changed files with 2 additions and 1 deletions
3
.github/workflows/helm-release.yaml
vendored
3
.github/workflows/helm-release.yaml
vendored
|
@ -24,4 +24,5 @@ jobs:
|
|||
- name: Run chart-releaser
|
||||
uses: stefanprodan/helm-gh-pages@v1.4.1
|
||||
with:
|
||||
token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
linting: off
|
Loading…
Add table
Reference in a new issue