Skip to content

Commit

Permalink
fix: env vars, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
agrrh committed Dec 15, 2023
1 parent 5a1a8be commit 953d8ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3
env:
GITHUB_TOKEN: "${{ secrets.CR_TOKEN }}"

# https://github.com/marketplace/actions/helm-chart-releaser
- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: charts/
env:
GITHUB_TOKEN: "${{ secrets.CR_TOKEN }}"
with:
charts_dir: charts/

0 comments on commit 953d8ac

Please sign in to comment.