Skip to content

Bump github/super-linter from 5 to 6 (#264) #129

Bump github/super-linter from 5 to 6 (#264)

Bump github/super-linter from 5 to 6 (#264) #129

Workflow file for this run

name: Release Charts
permissions: read-all
on:
push:
branches:
- main
env:
helm-version: "v3.14.4"
jobs:
release:
permissions:
contents: write # to push chart release and create a release (helm/chart-releaser-action)
packages: write # needed for ghcr access
id-token: write # needed for keyless signing
runs-on: ubuntu-22.04
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 "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v4
with:
version: "${{ env.helm-version }}"
- name: Run chart-releaser
uses: helm/chart-releaser-action@main
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
charts_dir: .