mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
Update release-helm.yaml
This commit is contained in:
parent
cd2a5e5459
commit
6d3591c965
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release-helm.yaml
vendored
4
.github/workflows/release-helm.yaml
vendored
|
@ -3,7 +3,7 @@ name: Release Charts
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
paths:
|
paths:
|
||||||
- 'charts/**'
|
- 'charts/**'
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -25,4 +25,4 @@ jobs:
|
||||||
- name: Run chart-releaser
|
- name: Run chart-releaser
|
||||||
uses: helm/chart-releaser-action@v1.7.0
|
uses: helm/chart-releaser-action@v1.7.0
|
||||||
env:
|
env:
|
||||||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue