Skip to content

Merge pull request #84 from weblyzard/fix/bug-81-custom-html-handling2 #11

Merge pull request #84 from weblyzard/fix/bug-81-custom-html-handling2

Merge pull request #84 from weblyzard/fix/bug-81-custom-html-handling2 #11

Workflow file for this run

name: helm release
on:
push:
branches:
- PhilippKuntschik-patch-2
tags:
- '*'
jobs:
dispatch_helm_release:
runs-on: ubuntu-latest
steps:
- name: dispatch inscriptis-helm
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.HELMREPO_ACCESS_TOKEN }}
repository: weblyzard/inscriptis-helm
event-type: tag-released
client-payload: '{"ref": "${{ github.ref_name }}"}'