We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 167f03b + 77c566f commit 97fd0aaCopy full SHA for 97fd0aa
1 file changed
.github/workflows/pr-severity.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: anthropics/claude-code-action@v1
36
with:
37
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
38
- github_token: ${{ secrets.PR_SEVERITY_BOT_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
39
40
# Allow any user since this workflow only reads PR metadata via API
41
# and doesn't execute any code from the PR. Tool permissions are
0 commit comments