Skip to content

Commit 2a46fa5

Browse files
committed
Merge branch 'RAG' into dev
2 parents 6f871a2 + a2eaf8d commit 2a46fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-azure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
uses: azure/login@v2
2626
with:
2727
client-id: ${{ secrets.AZURE_CLIENT_ID }}
28+
client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
2829
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
29-
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3030

3131
- name: Setup Terraform
3232
uses: hashicorp/setup-terraform@v2

0 commit comments

Comments
 (0)