File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,14 @@ permissions:
1212
1313jobs :
1414 review :
15- uses : docker/cagent-action/.github/workflows/review-pr.yml@dba0ca51938c78afb363625363c50582243218d6 # v1.3 .1
15+ uses : docker/cagent-action/.github/workflows/review-pr.yml@d98096f432f2aea5091c811852c4da804e60623a # v1.4 .1
1616 # Scoped to the job so other jobs in this workflow aren't over-permissioned
1717 permissions :
1818 contents : read # Read repository files and PR diffs
1919 pull-requests : write # Post review comments and approve/request changes
2020 issues : write # Create security incident issues if secrets are detected in output
2121 checks : write # (Optional) Show review progress as a check run on the PR
22+ id-token : write # Required for OIDC authentication to AWS Secrets Manager
2223 secrets :
2324 ANTHROPIC_API_KEY : ${{ secrets.ANTHROPIC_API_KEY }}
2425 CAGENT_ORG_MEMBERSHIP_TOKEN : ${{ secrets.CAGENT_ORG_MEMBERSHIP_TOKEN }} # PAT with read:org scope; gates auto-reviews to org members only
You can’t perform that action at this time.
0 commit comments