diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 052933594..1562b0b10 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -73,6 +73,15 @@ jobs: with: bun-version: latest + - name: Setup SSH for review agent generation + uses: webfactory/ssh-agent@v0.9.0 + with: + ssh-private-key: ${{ secrets.MY_SSH_PRIVATE_KEY }} + + - name: Generate review builtin files + run: bun run scripts/generate-review-builtin.ts + continue-on-error: true + - name: Install dependencies run: bun install --frozen-lockfile # - name: Type check