Skip to content

Commit

Permalink
Add notify action
Browse files Browse the repository at this point in the history
  • Loading branch information
martimpassos authored Apr 1, 2024
1 parent ed02d6d commit 264fd12
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/notify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Notify Parent Repo on Push

on: push

jobs:
notify-parent:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.PARENT_REPO_TOKEN }}
repository: imaginerio/imaginerio-etl
event-type: submodule-update

0 comments on commit 264fd12

Please sign in to comment.