From 3cd4bbb0609a5283c613b16c947332e524a000a4 Mon Sep 17 00:00:00 2001 From: Christopher Phillips Date: Thu, 21 Dec 2023 13:41:27 -0500 Subject: [PATCH] chore: add additional permissions for release chronical 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: