From 8f2af73ed4c35a4503b4b825e4618b5b3303724a Mon Sep 17 00:00:00 2001 From: jung-geun Date: Mon, 11 May 2026 14:04:47 +0900 Subject: [PATCH] =?UTF-8?q?fix(ci):=20release=20=EC=9B=8C=ED=81=AC?= =?UTF-8?q?=ED=94=8C=EB=A1=9C=EC=97=90=20contents:=20write=20=EA=B6=8C?= =?UTF-8?q?=ED=95=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DMG asset 업로드 시 softprops/action-gh-release가 "Resource not accessible by integration" 오류로 실패. 기본 GITHUB_TOKEN에 release 수정 권한이 없어 발생. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e5894f..eeb653b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,9 @@ on: release: types: [published] +permissions: + contents: write + jobs: build-and-release: runs-on: macos-latest