From 1a657fb41aeabe6cecd22c8cbd4ee668018a245d Mon Sep 17 00:00:00 2001 From: Enes Kutay SEZEN Date: Thu, 4 Dec 2025 16:59:40 +0300 Subject: [PATCH] Use correct repo --- .github/workflows/claude-code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 8b57489..f1f0f9a 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -43,7 +43,7 @@ jobs: - name: Setup Bedrock Authentication id: auth - uses: Constructor-io/shared-claude-code-resources/.github/actions/setup-bedrock-auth@main + uses: Constructor-io/shared-claude-code-resources-public/.github/actions/setup-bedrock-auth@main with: github-app-id: ${{ secrets.CLAUDE_BEDROCK_APP_ID}} github-app-private-key: ${{ secrets.CLAUDE_BEDROCK_APP_PRIVATE_KEY }}