diff --git a/.github/workflows/dispatch-review.yaml b/.github/workflows/dispatch-review.yaml index 1d35f38..8b933ef 100644 --- a/.github/workflows/dispatch-review.yaml +++ b/.github/workflows/dispatch-review.yaml @@ -61,7 +61,7 @@ jobs: # on the next PR event in repos using this template. This is intentional — # operators who need pinned stability should replace @main with a commit SHA # and update it in lock-step with plugin version bumps. - uses: nsheaps/agents/.github/workflows/review-dispatch.yaml@4243822dba94e3796236f8dcac12970975616e2c # main + uses: nsheaps/agents/.github/workflows/review-dispatch.yaml@a65f44f1efa69aef79fab38c6313c28c7c5a68ce # main # secrets: inherit doesn't pass cross-repo (GitHub limitation). secrets: AUTOMATION_GITHUB_APP_ID: ${{ secrets.AUTOMATION_GITHUB_APP_ID }}