Skip to content

Commit

Permalink
Merge pull request #2 from iamyeka/main
Browse files Browse the repository at this point in the history
update github flow
  • Loading branch information
kilosonc authored Jan 14, 2023
2 parents b2539f3 + 5911005 commit 798d87a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,16 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3

- name: Add dependency chart repos
run: |
helm repo add grafana https://grafana.github.io/helm-charts
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add horizoncd https://horizoncd.github.io/helm-charts
helm repo add chartmuseum https://chartmuseum.github.io/charts
helm repo add argo-cd https://argoproj.github.io/argo-helm
helm repo add harbor https://helm.goharbor.io
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 798d87a

Please sign in to comment.