From 894b38f850f7c24b03f01bf2f9414e89b3ef74d4 Mon Sep 17 00:00:00 2001 From: MichaelAnderson-AI Date: Sat, 8 Aug 2020 15:35:40 -0700 Subject: [PATCH] update greetings.yml with pull_request_target (#677) Should resolve "Resource not accessible by integration" error message. https://github.com/actions/first-interaction/issues/10#issuecomment-670968624 --- .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 d42e57b..24919d5 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -1,6 +1,6 @@ name: Greetings -on: [pull_request, issues] +on: [pull_request_target, issues] jobs: greeting: