diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 3551d67..a14222f 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -44,7 +44,7 @@ jobs: # (Optional) Generate a GitHub App token for better commenting behavior - name: Generate GitHub App token id: app-token - if: ${{ secrets.APP_ID != '' && secrets.APP_PRIVATE_KEY != '' }} + continue-on-error: true uses: actions/create-github-app-token@v2 with: app-id: ${{ secrets.APP_ID }}