From b60ce28726f50b4d3e77ed735ae967787aa89fc1 Mon Sep 17 00:00:00 2001 From: Antonis Stamatiou Date: Thu, 12 Dec 2024 16:42:48 +0200 Subject: [PATCH] feat: Added also issues permissions (#29579) --- .github/workflows/server-test-template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/server-test-template.yml b/.github/workflows/server-test-template.yml index 84db970dae..b7d27d2136 100644 --- a/.github/workflows/server-test-template.yml +++ b/.github/workflows/server-test-template.yml @@ -22,6 +22,7 @@ jobs: permissions: pull-requests: write checks: write + issues: write env: COMPOSE_PROJECT_NAME: ghactions steps: