We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce75b2d commit 4a2d83aCopy full SHA for 4a2d83a
.github/workflows/claude-code-review.yml
@@ -7,6 +7,9 @@ on:
7
8
jobs:
9
claude-review:
10
+ # Fork PRs don't have access to secrets or OIDC tokens, so the action
11
+ # cannot authenticate. See https://github.com/anthropics/claude-code-action/issues/339
12
+ if: github.event.pull_request.head.repo.fork == false
13
runs-on: ubuntu-latest
14
permissions:
15
contents: read
0 commit comments