Skip to content

Commit 6b08ec6

Browse files
committed
chore: update cagent-action to v1.4.1
Signed-off-by: derekmisler <[email protected]>
1 parent 2b9f60b commit 6b08ec6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pr-review.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
(github.event_name == 'pull_request_review_comment' &&
3232
contains(fromJSON('["OWNER","MEMBER","COLLABORATOR"]'), github.event.comment.author_association))) &&
3333
!endsWith(github.actor, '[bot]')
34-
uses: docker/cagent-action/.github/workflows/review-pr.yml@3a12dbd0c6cd7dda3d4e05f24f0143c9701456de # v1.2.13
34+
uses: docker/cagent-action/.github/workflows/review-pr.yml@d98096f432f2aea5091c811852c4da804e60623a # v1.4.1
3535
secrets:
3636
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
3737
CAGENT_ORG_MEMBERSHIP_TOKEN: ${{ secrets.CAGENT_ORG_MEMBERSHIP_TOKEN }}
@@ -42,3 +42,4 @@ jobs:
4242
pull-requests: write # to post review comments
4343
issues: write # to reply to issue/PR comments
4444
checks: write # to update check statuses
45+
id-token: write # Required for OIDC authentication to AWS Secrets Manager

0 commit comments

Comments
 (0)