From 58e68b8dd65264f9c01af200c62b6e9ae573ea52 Mon Sep 17 00:00:00 2001 From: AJAY JAGANATHAN Date: Fri, 11 Oct 2024 11:38:35 +0530 Subject: [PATCH] (fix): Change on trigger event to `pull_request_target` in the "Check config and readme updates / Ensure generated files are included (pull_request)" action to fix "Resource not accessible by integration" error while running the action Signed-off-by: AJAY JAGANATHAN --- .github/workflows/check-file-updates.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-file-updates.yaml b/.github/workflows/check-file-updates.yaml index b6b7f0f1fee..f52a60b3167 100644 --- a/.github/workflows/check-file-updates.yaml +++ b/.github/workflows/check-file-updates.yaml @@ -1,6 +1,6 @@ name: Check config and readme updates on: - pull_request: + pull_request_target: jobs: file-updates: permissions: