[CI] Set charts folder

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2021-03-18 13:15:55 +01:00
parent 5119815aea
commit 8b2a8b906c
No known key found for this signature in database
GPG Key ID: 228A77789D71A6E2

View File

@ -54,6 +54,7 @@ jobs:
- name: Run chart-releaser - name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.0 uses: helm/chart-releaser-action@v1.2.0
with: with:
charts_dir: charts/*
charts_repo_url: https://k8s-at-home.com/charts/ charts_repo_url: https://k8s-at-home.com/charts/
env: env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"