From 35c01633cd3701ce002653628818a5a2aff2de4b Mon Sep 17 00:00:00 2001 From: kimyouknow Date: Tue, 21 Oct 2025 23:42:34 +0900 Subject: [PATCH] fix: add pull-requests write permission for PR creation --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e0ddb14..254dc41 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write + pull-requests: write id-token: write steps: - name: Checkout Repository