mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
CI: Use pull_request_target for deps dispatch
This commit is contained in:
3
.github/workflows/windows_deps_dispatch.yml
vendored
3
.github/workflows/windows_deps_dispatch.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: 🖥️ 📦 Dispatch Windows Deps Build
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [closed]
|
||||
|
||||
jobs:
|
||||
@@ -12,5 +12,6 @@ jobs:
|
||||
- name: Dispatch to windows-dependencies repo
|
||||
uses: peter-evans/repository-dispatch@v3
|
||||
with:
|
||||
token: ${{ secrets.DEPS_REPO_DISPATCH_ACCESS_TOKEN }}
|
||||
repository: pcsx2/pcsx2-windows-dependencies
|
||||
event-type: deps-update
|
||||
|
||||
Reference in New Issue
Block a user