Skip to content

Commit

Permalink
ci: fix helm repo list
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeVienne committed Sep 2, 2024
1 parent b762690 commit 126e662
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ jobs:
uses: azure/setup-helm@v4
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Add repository
run: |
helm repo add minio https://charts.min.io/
helm repo add grafana https://grafana.github.io/helm-charts
- name: Run chart-releaser
uses: helm/[email protected]
env:
Expand Down

0 comments on commit 126e662

Please sign in to comment.