From 7318803e823125df49499cd98ccfc4ffc68d37d5 Mon Sep 17 00:00:00 2001 From: YanJin Date: Wed, 22 Apr 2026 17:03:02 +0200 Subject: [PATCH 1/2] Add main branch for default value of agent-hub --- .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 a49c57e..2b91124 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -22,7 +22,7 @@ on: or branch of the marketplace to pull the skills from (e.g. main): https://github.com/scality/agent-hub.git# Especially useful for testing a new version of a skill before it's merged to the default branch. - default: https://github.com/scality/agent-hub.git + default: https://github.com/scality/agent-hub.git#main summary-mode: type: string description: > From 52ae7d1eba104e721cf29899c9b5c4d69ad4ce5a Mon Sep 17 00:00:00 2001 From: YanJin Date: Wed, 22 Apr 2026 17:19:22 +0200 Subject: [PATCH 2/2] Add the missing secret to the review job --- .github/workflows/review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 8550c77..fee54d1 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -15,6 +15,7 @@ jobs: GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }} ANTHROPIC_VERTEX_PROJECT_ID: ${{ secrets.ANTHROPIC_VERTEX_PROJECT_ID }} CLOUD_ML_REGION: ${{ secrets.CLOUD_ML_REGION }} + ACTIONS_APP_PRIVATE_KEY: ${{ secrets.ACTIONS_APP_PRIVATE_KEY }} review-dependency-bump: if: github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'