Skip to content

Commit

Permalink
correct typo in helm release template
Browse files Browse the repository at this point in the history
  • Loading branch information
hcwagner committed Sep 27, 2024
1 parent 16a5493 commit 0424e50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
with:
charts_dir: helm/controller
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Run chart-releaser for crd
uses: helm/chart-releaser-action@v1.6.0
with:
charts_dir: helm/crd
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 0424e50

Please sign in to comment.