Skip to content

Commit dc32ef3

Browse files
Add AZURE_AI_DEPLOYMENT_LOCATION to workflow
1 parent 2c5e5fe commit dc32ef3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/azure-dev-validation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3232
AZURE_ENV_NAME: ${{ secrets.AZURE_ENV_NAME }}
3333
AZURE_LOCATION: ${{ secrets.AZURE_LOCATION }}
34-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
AZURE_AI_DEPLOYMENT_LOCATION : ${{ secrets.AZURE_AI_DEPLOYMENT_LOCATION }}
35+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3536
# Step 3: Print the result of the validation
3637
- name: Print result
3738
run: cat ${{ steps.validation.outputs.resultFile }}

0 commit comments

Comments
 (0)