Skip to content

[FIX] yamllint 0.2.1 #23

[FIX] yamllint 0.2.1

[FIX] yamllint 0.2.1 #23

Workflow file for this run

name: Helm Release
on:
push:
branches:
- main
jobs:
release:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Publish Helm chart
uses: tylerauerbeck/helm-gh-pages@main
with:
token: ${{ secrets.ACCESS_TOKEN }}
charts_dir: .
index_dir: .
charts_url: https://imio.github.io/helm-charts/
owner: IMIO
repository: helm-charts
branch: gh-pages
target_dir: plausible-analytics
dependencies: bitnami,https://charts.bitnami.com/bitnami
commit_username: alexnuttinck
commit_email: alexandre.nuttinck@imio.be