Skip to content

Commit

Permalink
ci: add notify workflow (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-butler-irl authored Nov 28, 2022
1 parent 3cd2832 commit 291acc2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/notify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Notify

on:
release:
types: [published]

jobs:
notify:
uses: cloud-native-toolkit/action-workflows/.github/workflows/notify.yaml@v1
secrets:
TOKEN: ${{ secrets.TOKEN }}

0 comments on commit 291acc2

Please sign in to comment.