Skip to content

Commit 22d28e3

Browse files
committed
Use BEDROCK_ACCESS_ROLE and us-east-1 to match existing pr_review workflow
Signed-off-by: Heng Qian <qianheng@amazon.com>
1 parent 3b1b454 commit 22d28e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude-dedupe-issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- name: Configure AWS Credentials (OIDC)
2727
uses: aws-actions/configure-aws-credentials@v4
2828
with:
29-
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
30-
aws-region: us-west-2
29+
role-to-assume: ${{ secrets.BEDROCK_ACCESS_ROLE }}
30+
aws-region: us-east-1
3131

3232
- name: Run duplicate detection
3333
uses: anthropics/claude-code-action@v1

0 commit comments

Comments
 (0)