ci: add job for notifying private repository

This commit is contained in:
nachtjasmin 2022-09-04 11:35:16 +02:00
parent 217de649b6
commit b3432b544a
No known key found for this signature in database

View file

@ -0,0 +1,17 @@
name: Send repository_dispatch event to parent repo
on:
push:
branches:
- main
jobs:
notify-parent-repo:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository: Queer-Lexikon/karte-schmarte
event-type: update-submodules