mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2026-09-02 21:04:08 +03:00
Mitigate pull_request_target privilege escalation (#2735)
Hotfix — replaces pull_request_target with pull_request to stop granting write permissions and secrets to fork PRs. Some workflows will break; can be fixed properly later.
This commit is contained in:
committed by
Andrew Rabert
parent
e9eeb9c417
commit
e170b4b692
@@ -5,7 +5,7 @@ concurrency:
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
merge_group:
|
||||
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user