From 145cc47aa8b82d632a78f4d59e27f81eaf7f7c99 Mon Sep 17 00:00:00 2001 From: JoeLametta Date: Thu, 17 Sep 2020 21:48:17 +0200 Subject: [PATCH] Fix 'Resource not accessible by integration' for GitHub action This commit should make it work for pull requests too. --- .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 021d5fa..090cb97 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: