Skip to content

Commit

Permalink
Update chart-releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
beshkenadze committed Jun 21, 2022
1 parent be60a28 commit fa37dc8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/charts-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@ jobs:

- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: charts/*
charts_repo_url: https://library-charts.fourxxi.com
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: "true"

0 comments on commit fa37dc8

Please sign in to comment.