Skip to content

Commit 378f68f

Browse files
committed
S3UTILS-223: migrate review workflow to scality/workflows@v2
Switch from scality/agent-hub@v1 to scality/workflows@v2 reusable workflow and pass the additional required secrets (Vertex AI project and region).
1 parent 4158e99 commit 378f68f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/review.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ on:
66

77
jobs:
88
review:
9-
uses: scality/agent-hub/.github/workflows/claude-code-review.yml@v1
9+
uses: scality/workflows/.github/workflows/claude-code-review.yml@v2
1010
secrets:
1111
GCP_WORKLOAD_IDENTITY_PROVIDER: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
1212
GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }}
13+
ANTHROPIC_VERTEX_PROJECT_ID: ${{ secrets.ANTHROPIC_VERTEX_PROJECT_ID }}
14+
CLOUD_ML_REGION: ${{ secrets.CLOUD_ML_REGION }}

0 commit comments

Comments
 (0)