Skip to content

Commit

Permalink
Update helm chart on plumber release
Browse files Browse the repository at this point in the history
  • Loading branch information
Fritz Stauffacher authored and Fritz Stauffacher committed Mar 9, 2023
1 parent 5607f88 commit eb5742b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
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 eb5742b

Please sign in to comment.