adds workflow to notify bluprint_graphics-kit to create a PR to update the library
This commit is contained in:
parent
2895d3eba2
commit
53781d76e8
1 changed files with 16 additions and 0 deletions
16
.github/workflows/notify-downstream.yaml
vendored
Normal file
16
.github/workflows/notify-downstream.yaml
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name: Notify downstream repositories
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
dispatch:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Dispatch to bluprint_graphics-kit
|
||||
uses: peter-evans/repository-dispatch@v4
|
||||
with:
|
||||
token: ${{ secrets.REPO_PAT_TOKEN }}
|
||||
repository: reuters-graphics/bluprint_graphics-kit
|
||||
event-type: dependency-updated
|
||||
Loading…
Reference in a new issue