fix: rename SSH secret to MY_SSH_PRIVATE_KEY

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
kingboung 2026-05-13 16:31:09 +08:00
parent e63cc84693
commit 558d0ac9a2

View File

@ -34,7 +34,7 @@ jobs:
- name: Setup SSH for review agent generation
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.CO_STRICT_REVIEW_SSH_KEY }}
ssh-private-key: ${{ secrets.MY_SSH_PRIVATE_KEY }}
- name: Generate review builtin files
run: bun run scripts/generate-review-builtin.ts