Skip to content

Commit

Permalink
Merge pull request #55 from ministryofjustice/helm-dependencies
Browse files Browse the repository at this point in the history
Add helm dependencies
  • Loading branch information
George Taylor authored May 10, 2024
2 parents 7f3d5d9 + 97a1c67 commit dad56c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Add helm dependencies
run: |
helm repo add alfresco-common https://alfresco.github.io/alfresco-helm-charts/
- name: Run chart-releaser
uses: helm/[email protected]
with:
Expand Down

0 comments on commit dad56c9

Please sign in to comment.