Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit c369a03

Browse files
committed
update actios
1 parent cb77b3f commit c369a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ultralytics-actions.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
with:
1717
token: ${{ secrets.GITHUB_TOKEN }} # automatically generated, do not modify
1818
summary: true # print PR summary with GPT4 (requires 'openai_api_key' or 'openai_azure_api_key' and 'openai_azure_endpoint')
19-
openai_azure_api_key: ${{ secrets.AZURE_API_KEY }}
20-
openai_azure_endpoint: ${{ secrets.AZURE_API_BASE }}
19+
openai_azure_api_key: ${{ secrets.OPENAI_AZURE_API_KEY }}
20+
openai_azure_endpoint: ${{ secrets.OPENAI_AZURE_ENDPOINT }}

0 commit comments

Comments
 (0)