From 742b58c276d1d3200d67488fe932942153d78379 Mon Sep 17 00:00:00 2001 From: Gunter Labes Date: Thu, 1 Oct 2020 17:08:09 +0200 Subject: [PATCH] Fix handling of PRs from forks https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#pull_request_target --- .github/workflows/greetings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 236851af0610..b0faab1bc034 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -3,7 +3,7 @@ name: Greetings on: issues: types: [opened] - pull_request: + pull_request_target: types: [opened] jobs: