mirror of
https://github.com/azure/login.git
synced 2026-06-06 10:47:05 +00:00
Update README.md (#173)
This commit is contained in:
parent
298eef0366
commit
37a47ac753
1 changed files with 2 additions and 2 deletions
|
|
@ -95,7 +95,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Az CLI login'
|
||||
uses: azure/login@v1.4.1
|
||||
uses: azure/login@v1
|
||||
with:
|
||||
client-id: ${{ secrets.AZURE_CLIENT_ID }}
|
||||
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
|
||||
|
|
@ -126,7 +126,7 @@ jobs:
|
|||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: OIDC Login to Azure Public Cloud with AzPowershell (enableAzPSSession true)
|
||||
uses: azure/login@v1.4.1
|
||||
uses: azure/login@v1
|
||||
with:
|
||||
client-id: ${{ secrets.AZURE_CLIENT_ID }}
|
||||
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue