From 0df025c2b483c6da1a573c7d3a266e52e07c9fd3 Mon Sep 17 00:00:00 2001 From: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com> Date: Thu, 21 Dec 2023 13:42:16 -0500 Subject: [PATCH] chore: add additional permissions for release chronical (#29) Signed-off-by: Christopher Phillips --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fe6d594..851e318 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -47,6 +47,8 @@ jobs: permissions: contents: write packages: write + issues: read + pull-requests: read steps: - uses: actions/checkout@v3 with: