From e873cf7dd7f286f758bc92b8864d0b298b4ffc06 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Wed, 3 Nov 2021 09:56:46 -0500 Subject: [PATCH] trivial: ci: try to fix "Resource not accessible by integration" See https://github.com/actions/first-interaction/issues/10 for more --- .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 2dd612ef9..c95b84a44 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -1,6 +1,6 @@ name: Greetings -on: [pull_request] +on: [pull_request_target] jobs: greeting: