chore: Scala client for certified events #475
Workflow file for this run
This file contains 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: GPT Review on Pull Request | |
on: | |
pull_request_target: | |
branches: [ 'master' ] | |
jobs: | |
add_pr_comment: | |
runs-on: ubuntu-latest | |
name: Azure OpenAI PR Comment | |
steps: | |
- id: review | |
uses: microsoft/[email protected] | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
AZURE_OPENAI_API: ${{ secrets.AZURE_OPENAI_API }} | |
AZURE_OPENAI_API_KEY: ${{ secrets.AZURE_OPENAI_API_KEY }} |