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: > 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]'