git: Send workflow dispatch request to Plugin template repo on release

This commit is contained in:
WerWolv 2022-08-17 22:32:55 +02:00 committed by GitHub
parent 5d11fc960e
commit 5aee359700
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -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