mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-05-11 10:54:30 +01:00
Updated github actions login to v2
This commit is contained in:
parent
cabaa5ebed
commit
1fe2a311c5
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -164,7 +164,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
|
||||
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]
|
||||
shardTotal: [12]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@ -175,7 +175,7 @@ jobs:
|
||||
- run: npm ci
|
||||
- run: npx playwright install --with-deps
|
||||
- name: "Az CLI login"
|
||||
uses: azure/login@v1
|
||||
uses: Azure/login@v2
|
||||
with:
|
||||
client-id: ${{ secrets.AZURE_CLIENT_ID }}
|
||||
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user