Skip to content

Commit

Permalink
test: chart releaser
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Fornaro <[email protected]>
  • Loading branch information
xunholy committed Jul 6, 2024
1 parent f0396cb commit e81ecf1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/charts-release-ghpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ jobs:
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4

- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: charts/${{ env.CHARTS_SRC_DIR }}
uses: helm/[email protected]
# TODO: Remove if not required
# with:
# charts_dir: charts
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

Expand Down
Empty file.
Empty file.

0 comments on commit e81ecf1

Please sign in to comment.