mirror of https://github.com/WerWolv/ImHex.git
git: Send workflow dispatch request to Plugin template repo on release
This commit is contained in:
parent
5d11fc960e
commit
5aee359700
|
@ -111,6 +111,14 @@ jobs:
|
|||
repo: ImHex-Patterns
|
||||
token: ${{ secrets.RELEASE_TOKEN }}
|
||||
|
||||
- name: ✉️ Update C++ Plugin Template
|
||||
uses: mvasigh/dispatch-action@main
|
||||
with:
|
||||
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
||||
repo: ImHex-Cpp-Plugin-Template
|
||||
owner: WerWolv
|
||||
event_type: update_submodule
|
||||
|
||||
release-windows:
|
||||
name: Release Windows
|
||||
needs: release-common
|
||||
|
|
Loading…
Reference in New Issue