mirror of
https://github.com/azure/login.git
synced 2026-06-08 01:47:21 +00:00
Update azure-login-pr-check.yml
This commit is contained in:
parent
e9a2085bcf
commit
84ba7c37ac
1 changed files with 4 additions and 4 deletions
8
.github/workflows/azure-login-pr-check.yml
vendored
8
.github/workflows/azure-login-pr-check.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
run: npm run build
|
||||
|
||||
- name: 'Az CLI login with subscription'
|
||||
uses: azure/login@v1
|
||||
uses: ./
|
||||
with:
|
||||
creds: ${{ secrets.AZURE_CREDENTIALS }}
|
||||
|
||||
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
# az webapp list
|
||||
|
||||
- name: 'Az CLI login without subscription'
|
||||
uses: azure/login@v1
|
||||
uses: ./
|
||||
with:
|
||||
creds: ${{ secrets.AZURE_CREDENTIALS_NO_SUB }}
|
||||
allow-no-subscriptions: true
|
||||
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
az account show
|
||||
|
||||
- name: 'Azure PowerShell login with subscription'
|
||||
uses: azure/login@v1
|
||||
uses: ./
|
||||
with:
|
||||
creds: ${{ secrets.AZURE_CREDENTIALS }}
|
||||
enable-AzPSSession: true
|
||||
|
|
@ -56,7 +56,7 @@ jobs:
|
|||
azPSVersion: "latest"
|
||||
|
||||
- name: 'Azure PowerShell login without subscription'
|
||||
uses: azure/login@v1
|
||||
uses: ./
|
||||
with:
|
||||
creds: ${{secrets.AZURE_CREDENTIALS_NO_SUB}}
|
||||
enable-AzPSSession: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue