Skip to content

Commit

Permalink
Add a dispatcher to trigger a helm repo update
Browse files Browse the repository at this point in the history
  • Loading branch information
funkypenguin committed May 11, 2020
1 parent 491558f commit 405499a
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions .github/workflows/on-push-master-publish-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,10 @@ jobs:
env:
CR_TOKEN: "${{ secrets.CR_TOKEN }}"

# - name: Discord notification
# env:
# DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
# uses: Ilshidur/action-discord@master
# with:
# args: |
# Greetings, geeks! 🤓

# A new/updated helm ⎈ chart is fresh out of the oven!

# Here's what's changed:
# > ${{github.event.commits[0].message}}

# Get more details at:
# {{ 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 comments on commit 405499a

Please sign in to comment.