Skip to content

Commit

Permalink
fix(ci): helm release workflow parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvrog committed Oct 16, 2023
1 parent 3a4fdd6 commit e6409d4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

with:
fetch-depth: 0

- name: Configure Git
run: |
Expand All @@ -62,5 +63,9 @@ jobs:

- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: charts
pages_branch: gh-pages
packages_with_index: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit e6409d4

Please sign in to comment.