Skip to content

init(main): init project chart-common #1

init(main): init project chart-common

init(main): init project chart-common #1

Workflow file for this run

name: Push Helm chart
on:
push:
tags: ["*"]
permissions:
contents: read
packages: write
jobs:
push:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install Helm
uses: azure/setup-helm@v3
- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: charts
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"