From d603384795adbcb46bcf7f9d1b9b8694eac10971 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 17 Jan 2026 18:42:13 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Update=20permissi?= =?UTF-8?q?ons=20to=20allow=20commenting=20on=20pull=20requests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Publish-Module.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Publish-Module.yml b/.github/workflows/Publish-Module.yml index 72ce83d7..f0f76e01 100644 --- a/.github/workflows/Publish-Module.yml +++ b/.github/workflows/Publish-Module.yml @@ -14,6 +14,7 @@ on: permissions: contents: read # to checkout the repo + pull-requests: write # to comment on PRs jobs: Publish-Module: From 1b9e2270eca3672d3e2321f280e084aef8991b99 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 17 Jan 2026 18:44:39 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Update=20permissi?= =?UTF-8?q?ons=20to=20allow=20creating=20releases=20in=20Publish-Module=20?= =?UTF-8?q?workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Publish-Module.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Publish-Module.yml b/.github/workflows/Publish-Module.yml index f0f76e01..ab1e4c7c 100644 --- a/.github/workflows/Publish-Module.yml +++ b/.github/workflows/Publish-Module.yml @@ -13,7 +13,7 @@ on: required: true permissions: - contents: read # to checkout the repo + contents: write # to checkout the repo and create releases pull-requests: write # to comment on PRs jobs: