From 9adbe13bcf0da259d70210b93f186b80dc6b4e21 Mon Sep 17 00:00:00 2001 From: Ciara Stacke <18287516+ciarams87@users.noreply.github.com> Date: Wed, 22 Oct 2025 10:59:03 +0100 Subject: [PATCH] Fix prod workflow permissions (#4132) --- .github/workflows/production-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/production-release.yml b/.github/workflows/production-release.yml index 37617f7ee7..508cfebb2a 100644 --- a/.github/workflows/production-release.yml +++ b/.github/workflows/production-release.yml @@ -99,3 +99,4 @@ jobs: packages: write id-token: write security-events: write + issues: write