Skip to content

default to internal service:port for PROMPT_API_URL, add LANGTAIL_LIC… #5

default to internal service:port for PROMPT_API_URL, add LANGTAIL_LIC…

default to internal service:port for PROMPT_API_URL, add LANGTAIL_LIC… #5

Workflow file for this run

name: Release
on:
push:
branches:
- main
paths:
- 'charts/*/Chart.yaml'
jobs:
release:
name: Release Helm Chart
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v3
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"