Skip to content

Commit 405499a

Browse files
committed
Add a dispatcher to trigger a helm repo update
1 parent 491558f commit 405499a

1 file changed

Lines changed: 7 additions & 15 deletions

File tree

.github/workflows/on-push-master-publish-chart.yml

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,10 @@ jobs:
3636
env:
3737
CR_TOKEN: "${{ secrets.CR_TOKEN }}"
3838

39-
# - name: Discord notification
40-
# env:
41-
# DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
42-
# uses: Ilshidur/action-discord@master
43-
# with:
44-
# args: |
45-
# Greetings, geeks! 🤓
46-
47-
# A new/updated helm ⎈ chart is fresh out of the oven!
48-
49-
# Here's what's changed:
50-
# > ${{github.event.commits[0].message}}
51-
52-
# Get more details at:
53-
# {{ EVENT_PAYLOAD.compare }}
39+
- name: Emit repository_dispatch
40+
uses: mvasigh/dispatch-action@master
41+
with:
42+
token: ${{ secrets.CR_TOKEN }}
43+
repo: charts
44+
owner: geek-cookbook
45+
event_type: chart_update

0 commit comments

Comments
 (0)