Skip to content

Commit

Permalink
Add dispatch job to auto-update Helm chart (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab authored Aug 8, 2024
1 parent 297d830 commit 59f8e7f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,11 @@ jobs:
- run: docker build -t ghcr.io/quiltmc/cozy-discord:latest -t ghcr.io/quiltmc/cozy-discord:${GITHUB_SHA} .
- run: docker push ghcr.io/quiltmc/cozy-discord:latest
- run: docker push ghcr.io/quiltmc/cozy-discord:${GITHUB_SHA}

- name: Dispatch quilt-helm-charts update event
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.QHC_TOKEN }}
repository: QuiltMC/quilt-helm-charts
event-type: cozy_update
client-payload: '{"tag": "${{ github.sha }}"}'

0 comments on commit 59f8e7f

Please sign in to comment.