diff --git a/.github/workflows/claude-code-review.yaml b/.github/workflows/claude-code-review.yaml index f18dbab..08bf973 100644 --- a/.github/workflows/claude-code-review.yaml +++ b/.github/workflows/claude-code-review.yaml @@ -18,7 +18,7 @@ jobs: fetch-depth: 1 - name: claude-review id: claude-review - uses: anthropics/claude-code-action@1b8ee3b94104046d71fde52ec3557651ad8c0d71 + uses: anthropics/claude-code-action@a017b830c03e23789b11fb69ed571ea61c12e45c with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} prompt: | diff --git a/.github/workflows/claude.yaml b/.github/workflows/claude.yaml index 9ec61e7..19a7077 100644 --- a/.github/workflows/claude.yaml +++ b/.github/workflows/claude.yaml @@ -30,7 +30,7 @@ jobs: fetch-depth: 1 - name: claude id: claude - uses: anthropics/claude-code-action@1b8ee3b94104046d71fde52ec3557651ad8c0d71 + uses: anthropics/claude-code-action@a017b830c03e23789b11fb69ed571ea61c12e45c with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} additional_permissions: |