Skip to content

Commit ffb276d

Browse files
committed
Fix: Update Azure login step to use correct ARM secrets for authentication
1 parent 0ff2479 commit ffb276d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
- name: Azure login
2323
uses: azure/login@v2
2424
with:
25-
client-id: ${{ secrets.AZURE_CLIENT_ID }}
26-
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
27-
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
25+
client-id: ${{ secrets.ARM_CLIENT_ID }}
26+
tenant-id: ${{ secrets.ARM_TENANT_ID }}
27+
subscription-id: ${{ secrets.ARM_SUBSCRIPTION_ID }}
2828

2929
- name: Verify Azure access
3030
run: |

0 commit comments

Comments
 (0)