File tree Expand file tree Collapse file tree 2 files changed +4
-58
lines changed
Expand file tree Collapse file tree 2 files changed +4
-58
lines changed Original file line number Diff line number Diff line change 1- # Run when commits are pushed to main
1+ # Run when commits are pushed to howie/load-chat-history
22on :
33 workflow_dispatch :
44 push :
55 # Run when commits are pushed to mainline branch (main or master)
66 # Set this to the mainline branch you are using
77 branches :
8- - main
8+ - howie/load-chat-history
99
1010# Set up permissions for deploying with secretless Azure federated credentials
1111# https://learn.microsoft.com/en-us/azure/developer/github/connect-from-azure?tabs=azure-portal%2Clinux#set-up-azure-login-with-openid-connect-authentication
5050 AZURE_AI_EMBED_MODEL_NAME : ${{ vars.AZURE_AI_EMBED_MODEL_NAME }}
5151 AZURE_AI_EMBED_MODEL_FORMAT : ${{ vars.AZURE_AI_EMBED_MODEL_FORMAT }}
5252 AZURE_AI_EMBED_MODEL_VERSION : ${{ vars.AZURE_AI_EMBED_MODEL_VERSION }}
53+ AZURE_AI_EMBED_DIMENSIONS : ${{ vars.AZURE_AI_EMBED_DIMENSIONS }}
54+ AZURE_AI_SEARCH_INDEX_NAME : ${{ vars.AZURE_AI_SEARCH_INDEX_NAME }}
5355 AZURE_EXISTING_AIPROJECT_CONNECTION_STRING : ${{ vars.AZURE_EXISTING_AIPROJECT_CONNECTION_STRING }}
5456 steps :
5557 - name : Checkout
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments