From 7badc8b419b5af66cd6794efe40f3eddd8ac28f2 Mon Sep 17 00:00:00 2001 From: daichi_otani Date: Mon, 23 Feb 2026 23:45:00 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=83=AA=E3=83=AA=E3=83=BC=E3=82=B9?= =?UTF-8?q?=E3=83=AF=E3=83=BC=E3=82=AF=E3=83=95=E3=83=AD=E3=83=BC=E3=81=AB?= =?UTF-8?q?=E6=A8=A9=E9=99=90=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - contents: write権限を追加してリリースアセットのアップロードを許可 Co-authored-by: Cursor --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c69649..eab02d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,8 @@ jobs: deploy: name: Build runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Checkout uses: actions/checkout@v6