Skip to content

[FIX] gh action release.yaml #28

[FIX] gh action release.yaml

[FIX] gh action release.yaml #28

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
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
- name: Publish Helm chart
uses: tylerauerbeck/helm-gh-pages@main
with:
token: ${{ steps.app-token.outputs.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: [email protected]