changes to pipelines
This commit is contained in:
parent
1a55354bb8
commit
0bd029838e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
@ -3,7 +3,7 @@ name: Chart Publish
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- argo-cd
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
@ -42,5 +42,6 @@ jobs:
|
|||
uses: helm/chart-releaser-action@v1.4.0
|
||||
with:
|
||||
config: "./.github/configs/cr.yaml"
|
||||
charts_dir: "charts/argo-cd"
|
||||
env:
|
||||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
|
Loading…
Reference in a new issue