Skip to content

korutx is releasing {{ github.repository.name }} 🚀 #8

korutx is releasing {{ github.repository.name }} 🚀

korutx is releasing {{ github.repository.name }} 🚀 #8

Workflow file for this run

name: Relase Helm Charts
run-name: ${{ github.actor }} is releasing {{ github.repository.name }} 🚀
on: [push, pull_request]
jobs:
Release-Helm-Charts:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"