From 9f2bdd5916fef8f7fc2febc554b6b22a1fcac85c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Brey=20Vilas?= Date: Wed, 26 Jan 2022 10:20:34 +0100 Subject: [PATCH] Analysis: use pull_request_target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Can't post reports otherwise as github token is readonly in pull_request Signed-off-by: Álvaro Brey Vilas --- .github/workflows/analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 50f581ac27..8e4b802ef2 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -1,7 +1,7 @@ name: "Analysis" on: - pull_request: + pull_request_target: branches: [ master, stable-* ] push: branches: [ master, stable-* ]