mirror of
https://github.com/Queer-Lexikon/regenbogenkarte
synced 2024-11-10 14:44:13 +00:00
17 lines
397 B
YAML
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
|