From fecc62def2c0e8b320247871950a49b4c5714cec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thor=20=E9=9B=B7=E7=A5=9E=20Schaeff?= <5748289+thorwebdev@users.noreply.github.com> Date: Mon, 13 May 2024 13:24:32 +0800 Subject: [PATCH] fix: allow wirting to issues. (#84) --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af69da6..ec95116 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,7 @@ jobs: permissions: contents: write + issues: write id-token: write steps: