Skip to content

Commit 97fd0aa

Browse files
authored
Merge pull request #10722 from ziggie1984/ci/pr-severity-use-github-token
ci: use GITHUB_TOKEN instead of PAT for PR severity workflow
2 parents 167f03b + 77c566f commit 97fd0aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-severity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: anthropics/claude-code-action@v1
3636
with:
3737
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
38-
github_token: ${{ secrets.PR_SEVERITY_BOT_TOKEN }}
38+
github_token: ${{ secrets.GITHUB_TOKEN }}
3939

4040
# Allow any user since this workflow only reads PR metadata via API
4141
# and doesn't execute any code from the PR. Tool permissions are

0 commit comments

Comments
 (0)