Skip to content

Bump helm/chart-testing-action from 2.0.1 to 2.7.0 (#26) #12

Bump helm/chart-testing-action from 2.0.1 to 2.7.0 (#26)

Bump helm/chart-testing-action from 2.0.1 to 2.7.0 (#26) #12

Workflow file for this run

name: Release Charts
on:
push:
branches:
- main
paths-ignore:
- '**.md'
- 'LICENSE'
- 'NOTICE'
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
pages: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Fetch history
run: git fetch --prune --unshallow
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Publish Helm charts
uses: stefanprodan/helm-gh-pages@master
with:
charts_url: https://executor-helm.acryl.io
token: ${{ secrets.GITHUB_TOKEN }}