feat(ingestion): Kafka (Azure Event Hubs) event transport behind KAFKA_BROKERS #200
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Codex Code Review | ||
| on: | ||
| pull_request: | ||
| types: [opened, synchronize, reopened] | ||
| concurrency: | ||
| group: codex-review-${{ github.event.pull_request.number }} | ||
| cancel-in-progress: true | ||
| jobs: | ||
| codex-review: | ||
| uses: Dashverse/infra/.github/workflows/codex-review.yml@main | ||
|
Check failure on line 13 in .github/workflows/codex-review.yml
|
||
| secrets: | ||
| openai_api_key: ${{ secrets.OPENAI_API_KEY }} | ||
| app_id: ${{ secrets.APP_ID }} | ||
| app_private_key: ${{ secrets.APP_PRIVATE_KEY }} | ||