mirror of
https://github.com/Queer-Lexikon/regenbogenkarte
synced 2024-11-10 06:34:21 +00:00
ci: add job for notifying private repository
This commit is contained in:
parent
217de649b6
commit
b3432b544a
1 changed files with 17 additions and 0 deletions
17
.github/workflows/notify-private-repo.yml
vendored
Normal file
17
.github/workflows/notify-private-repo.yml
vendored
Normal 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
|
Loading…
Reference in a new issue