Skip to content

fix secrets template (#4) #4

fix secrets template (#4)

fix secrets template (#4) #4

Workflow file for this run

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