Skip to content

Commit

Permalink
fix(workflows):[-] Move config entry to env var
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed Oct 4, 2022
1 parent 3fb299e commit 44d6f09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.4.1
with:
config: ci/cr.yaml
charts_dir: charts/
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
RELEASE_NAME_TEMPLATE: "{{ .Name }}-helm-charts-{{ .Version }}"
1 change: 0 additions & 1 deletion ci/cr.yaml

This file was deleted.

0 comments on commit 44d6f09

Please sign in to comment.