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 }}