From bacb60f28b6437081800e86c5559432e485e9067 Mon Sep 17 00:00:00 2001 From: Ciara Stacke Date: Wed, 22 Oct 2025 10:28:00 +0100 Subject: [PATCH] Fix prod workflow permissions --- .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