Skip to content

Commit e912ced

Browse files
authored
Azure Login with OpenID Connect authentication for Dev images action (devcontainers#871)
1 parent 3c06927 commit e912ced

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/push-dev.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
id: az_login
3434
uses: azure/login@v1
3535
with:
36-
creds: ${{ secrets.AZ_ACR_CREDS }}
36+
client-id: ${{ secrets.AZURE_CLIENT_ID }}
37+
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
38+
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3739

3840
- name: Build and push dev tags
3941
id: build_and_push

0 commit comments

Comments
 (0)