From c3fae847f34e59fea8544f5d2e120a736e7ee45b Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Tue, 31 Mar 2026 18:14:41 +0100 Subject: [PATCH] ci: Use pull_request_target to check for signed commits (#6697) --- .github/workflows/check-pr-commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-pr-commits.yml b/.github/workflows/check-pr-commits.yml index 07c62c9ff5..2697a3a40e 100644 --- a/.github/workflows/check-pr-commits.yml +++ b/.github/workflows/check-pr-commits.yml @@ -1,7 +1,7 @@ name: Check PR commits on: - pull_request: + pull_request_target: # The action needs to have write permissions to post comments on the PR. permissions: