From debbe657e3459d0402124c5246ce611d88b5a411 Mon Sep 17 00:00:00 2001 From: NicolasMerget Date: Mon, 1 Aug 2022 14:29:03 +0200 Subject: [PATCH] fix: issue with permission for pull-request.yml --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 4b152f1c9..43695cd8a 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -7,7 +7,7 @@ on: permissions: pull-requests: write - contents: read + contents: write actions: read security-events: write