regenbogenkarte/.github/workflows/notify-private-repo.yml
2022-09-04 11:35:16 +02:00

17 lines
397 B
YAML

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