Skip to content

Commit

Permalink
update more VARS to make it happen
Browse files Browse the repository at this point in the history
  • Loading branch information
spboyer committed Apr 29, 2024
1 parent c9474ba commit 13b5c50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
AI__OPENAI__EMBEDDINGNAME: ${{ vars.EMBEDDINGNAME }}
AI__OPENAI__CHATMODEL: ${{ vars.CHATMODEL }}
AZURE_OPENAI: Endpoint=${{ vars.OPEN_ENDPOINT }};Key=${{ secrets.OPENKEY }}
AZURE_OPENAI_CONNECTIONSTRING: Endpoint=${{ vars.OPEN_ENDPOINT }};Key=${{ secrets.OPENKEY }}
OPENAI_CONNECTIONSTRING: Endpoint=${{ vars.OPEN_ENDPOINT }};Key=${{ secrets.OPENKEY }}
ConnectionStrings__OpenAi: Endpoint=${{ vars.OPEN_ENDPOINT }};Key=${{ secrets.OPENKEY }}
- name: Deploy Application
run: azd deploy --no-prompt

0 comments on commit 13b5c50

Please sign in to comment.