fix: rename SSH secret to MY_SSH_PRIVATE_KEY
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
e63cc84693
commit
558d0ac9a2
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
- name: Setup SSH for review agent generation
|
- name: Setup SSH for review agent generation
|
||||||
uses: webfactory/ssh-agent@v0.9.0
|
uses: webfactory/ssh-agent@v0.9.0
|
||||||
with:
|
with:
|
||||||
ssh-private-key: ${{ secrets.CO_STRICT_REVIEW_SSH_KEY }}
|
ssh-private-key: ${{ secrets.MY_SSH_PRIVATE_KEY }}
|
||||||
|
|
||||||
- name: Generate review builtin files
|
- name: Generate review builtin files
|
||||||
run: bun run scripts/generate-review-builtin.ts
|
run: bun run scripts/generate-review-builtin.ts
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user