Skip to content

Commit 07a431f

Browse files
committed
Use bitdeps helm releaser
1 parent 7dfc32a commit 07a431f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/publish-helm.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ jobs:
3737
git config user.name "$GITHUB_ACTOR"
3838
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
3939
- name: Run chart-releaser
40-
uses: afritzler/helm-oci-charts-releaser@enh/skip-gh-release
40+
uses: bitdeps/helm-oci-charts-releaser@v0.1.4
4141
with:
42+
charts_dir: dist/chart
43+
skip_gh_release: true
4244
oci_registry: ghcr.io/${{ github.repository_owner }}/charts
43-
github_token: ${{ secrets.GITHUB_TOKEN }}
44-
oci_password: ${{ secrets.GITHUB_TOKEN }}
4545
oci_username: ${{ github.actor }}
46-
skip_gh_release: true
46+
oci_password: ${{ secrets.GITHUB_TOKEN }}
47+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)