Skip to content

[Gradle Release Plugin] - pre tag commit: '1.0.8'. #2

[Gradle Release Plugin] - pre tag commit: '1.0.8'.

[Gradle Release Plugin] - pre tag commit: '1.0.8'. #2

Workflow file for this run

name: Publish Helm Charts
on:
push:
tags:
- "**"
jobs:
call-workflow-passing-data:
name: Publish Helm chart
uses: bakdata/ci-templates/.github/workflows/[email protected]
with:
charts-path: "./charts"
subdirs: "['kafka-connect-resetter']"
gh-pages-branch: gh-pages
secrets:
github-username: ${{ secrets.GH_USERNAME }}
github-email: ${{ secrets.GH_EMAIL }}
github-token: ${{ secrets.GH_TOKEN }}