Skip to content

WIP: temp branch to test #1

WIP: temp branch to test

WIP: temp branch to test #1

Workflow file for this run

name: Notify Movio
on:
push:
branches:
- main
- workflow
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Notify Movio
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.MOVIO_ACTIONS_ACCESS }}
repository: movio/bramble-movio
event-type: push
client-payload: |-
{
"commit": "${{ github.ref }}"
}