From d47a7c5a2bd958bc1146bfd521591bc737971f1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Jare=C5=A1?= <58428711+pj892031@users.noreply.github.com> Date: Wed, 15 Jan 2025 14:30:00 +0100 Subject: [PATCH] chore: Fix pipeline to generate changelog (#3947) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pavel Jareš --- .github/workflows/changelog.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index af1d647554..8b6b0e1007 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -1,5 +1,9 @@ name: "Generate Changelog and create PR" +permissions: + contents: write + pull-requests: write + on: workflow_dispatch: inputs: