From 8c2f728ddc0566a342d7740662a3440b52ad6a2b Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 29 Jun 2025 14:22:59 +0100 Subject: [PATCH] ci(release): add missing issues permission to job --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 205ff92..0ee2e02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ jobs: if: ${{ github.ref == 'refs/heads/main' }} permissions: contents: write + issues: write pull-requests: write steps: - uses: jimeh/release-please-manifest-action@v2