From ea5dbd822358770fa9354c82019588b895c4b956 Mon Sep 17 00:00:00 2001 From: Nicholas Boll Date: Wed, 10 Feb 2021 12:53:17 -0700 Subject: [PATCH] ci: Use pull_request_target in GH Actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf5c416b68..c9dadb7e22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: CI -on: pull_request +on: pull_request_target jobs: verify: