agent-ecosystem/.github/workflows/reviewrouter-codex.yml
Илия a4d77b2074
fix: pin ReviewRouter node24 action
Pin ReviewRouter workflows to the production Node24 action ref.
2026-05-26 01:41:26 +03:00

26 lines
863 B
YAML

name: ReviewRouter Codex OAuth
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
permissions: {}
jobs:
codex-review:
name: codex-review
runs-on: ubuntu-24.04
timeout-minutes: 30
if: ${{ github.event.pull_request.draft == false && github.event.pull_request.head.repo.full_name == github.repository && github.event.pull_request.user.type != 'Bot' }}
permissions:
id-token: write
steps:
- name: ReviewRouter Codex OAuth review
id: run_codex
uses: 777genius/review-router@00b1e337751b9ab8e4ebe01ee9068570e9b5acec
with:
mode: codex-oauth-rotating
api-url: "https://api.reviewrouter.site"
provider-instance-id: "codex-rotating:1163183284"
workflow-schema-version: "1"
auth-json: ${{ secrets.REVIEWROUTER_CODEX_AUTH_JSON }}