mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
🪖 refactor: Helm chart release workflow (#4311)
This commit is contained in:
parent
77bcb80e00
commit
cb0b69e807
12 changed files with 2 additions and 4 deletions
6
.github/workflows/helmcharts.yml
vendored
6
.github/workflows/helmcharts.yml
vendored
|
|
@ -25,11 +25,9 @@ jobs:
|
||||||
- name: Install Helm
|
- name: Install Helm
|
||||||
uses: azure/setup-helm@v4
|
uses: azure/setup-helm@v4
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|
||||||
- name: Run chart-releaser
|
- name: Run chart-releaser
|
||||||
uses: helm/chart-releaser-action@v1.6.0
|
uses: helm/chart-releaser-action@v1.6.0
|
||||||
with:
|
|
||||||
charts_dir: helmchart
|
|
||||||
env:
|
env:
|
||||||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue