Skip to content

chore: bump helm/chart-releaser-action from 1.5.0 to 1.6.0 (#75) #24

chore: bump helm/chart-releaser-action from 1.5.0 to 1.6.0 (#75)

chore: bump helm/chart-releaser-action from 1.5.0 to 1.6.0 (#75) #24

Workflow file for this run

name: Releaser
on:
push:
branches:
- main
permissions:
contents: read
concurrency:
group: releaser
jobs:
release:
permissions:
contents: write
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
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: Set up Helm
uses: azure/setup-helm@v3
with:
version: v3.9.4
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}