Skip to content

Commit

Permalink
Update format.yml to use OpenAI API Key (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Aug 31, 2024
1 parent 54ba12e commit 810b692
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ jobs:
spelling: true # check spelling
links: false # check broken links
summary: true # print PR summary with GPT4o (requires 'openai_api_key')
openai_azure_api_key: ${{ secrets.OPENAI_AZURE_API_KEY }}
openai_azure_endpoint: ${{ secrets.OPENAI_AZURE_ENDPOINT }}
openai_api_key: ${{ secrets.OPENAI_API_KEY }}

0 comments on commit 810b692

Please sign in to comment.