From 5b02fbec7e7799a82ff93483973b8d396a7bf53d Mon Sep 17 00:00:00 2001 From: Floris van der Grinten Date: Thu, 22 Jun 2023 16:17:03 +0200 Subject: [PATCH] Allow commit signing PR comment on fork PRs --- .github/workflows/pr-check-signed-commits.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-check-signed-commits.yml b/.github/workflows/pr-check-signed-commits.yml index 2e259748b..94164af1a 100644 --- a/.github/workflows/pr-check-signed-commits.yml +++ b/.github/workflows/pr-check-signed-commits.yml @@ -1,9 +1,12 @@ name: Check signed commits in PR -on: pull_request +on: pull_request_target jobs: build: name: Check signed commits in PR + permissions: + contents: read + pull-requests: write runs-on: ubuntu-latest steps: - name: Check out code