Skip to content

Commit

Permalink
Merge pull request #250 from movio/tag-notify
Browse files Browse the repository at this point in the history
Notify Movio on release event
  • Loading branch information
pkqk authored Jan 31, 2024
2 parents 28c3eda + 9eac0b9 commit ad0de60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/movio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
release:
types:
- published

jobs:
dispatch:
Expand All @@ -14,7 +17,7 @@ jobs:
with:
token: ${{ secrets.MOVIO_ACTIONS_ACCESS }}
repository: movio/bramble-movio
event-type: push
event-type: ${{ github.event_name }}
client-payload: |-
{
"repository": "${{ github.repository }}",
Expand Down

0 comments on commit ad0de60

Please sign in to comment.