From 175e29e761fcc41ab430deae450d86b4510bd392 Mon Sep 17 00:00:00 2001 From: devpark435 Date: Tue, 7 Jul 2026 18:16:29 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20PR=20=EB=A6=AC=EB=B7=B0=20=EC=9B=8C?= =?UTF-8?q?=ED=81=AC=ED=94=8C=EB=A1=9C=EC=97=90=20id-token=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 claude-code-action의 OIDC 토큰 처리에 필요. --- .github/workflows/claude-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 7ca02ea..b6c037e 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -9,6 +9,7 @@ on: permissions: contents: read pull-requests: write + id-token: write jobs: review: