Skip to content

Commit

Permalink
Merge pull request #346 from batchcorp/plumber/helm-dispatch
Browse files Browse the repository at this point in the history
Update helm chart on plumber release
  • Loading branch information
fritzstauff committed Mar 13, 2023
2 parents 5607f88 + eb5742b commit 1052e53
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Expand Up @@ -59,3 +59,10 @@ jobs:
build/plumber*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Trigger Helm Update
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
repository: batchcorp/plumber-helm
event-type: trigger-plumber-helm-workflow
client-payload: "{'plumber-version': ${{ env.GITHUB_TAG }}}"

0 comments on commit 1052e53

Please sign in to comment.