From 12b3449476b1a05568728a5326e988e396f750b4 Mon Sep 17 00:00:00 2001 From: Lev Brouk Date: Fri, 21 Jun 2024 09:32:22 -0700 Subject: [PATCH] {CI only} Use pull_request_target instead of pull_request --- .github/workflows/on-pr-debug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-pr-debug.yml b/.github/workflows/on-pr-debug.yml index eccc0f9f2..968b27818 100644 --- a/.github/workflows/on-pr-debug.yml +++ b/.github/workflows/on-pr-debug.yml @@ -1,6 +1,6 @@ name: "Debug" on: - pull_request: + pull_request_target: permissions: contents: write # so it can comment