We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491558f commit 405499aCopy full SHA for 405499a
1 file changed
.github/workflows/on-push-master-publish-chart.yml
@@ -36,18 +36,10 @@ jobs:
36
env:
37
CR_TOKEN: "${{ secrets.CR_TOKEN }}"
38
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 }}
+ - name: Emit repository_dispatch
+ uses: mvasigh/dispatch-action@master
+ with:
+ token: ${{ secrets.CR_TOKEN }}
+ repo: charts
+ owner: geek-cookbook
+ event_type: chart_update
0 commit comments