Skip to content

Commit

Permalink
remove heml.min.io from gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-tharun authored Feb 5, 2024
1 parent 5b94227 commit f98640a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ jobs:
run: |
helm repo add stable https://factly.github.io/helm-charts
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add minio https://helm.min.io/
helm repo add ory https://k8s.ory.sh/helm/charts
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit f98640a

Please sign in to comment.