diff --git a/.github/workflows/kyosei.yml b/.github/workflows/kyosei.yml index 127d941..789142a 100644 --- a/.github/workflows/kyosei.yml +++ b/.github/workflows/kyosei.yml @@ -16,6 +16,6 @@ jobs: permissions: contents: read # Read repository contents for checkout id-token: write # GitHub App token exchange via OIDC (needed regardless of Claude API auth method) - uses: ncaq/kyosei-action/.github/workflows/review.yml@049c7f9d0e0c2307ed3a238d87ab12b0aba49388 # v2.3.1 + uses: ncaq/kyosei-action/.github/workflows/review.yml@91fb1cb179cb6d7f14427fc4fe66a14aefdc5900 # v2.4.0 secrets: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}