Skip to content

Commit

Permalink
Merge branch 'main' of github.com:scepman/scepman-psmodule
Browse files Browse the repository at this point in the history
  • Loading branch information
bb-froggy committed Mar 8, 2024
2 parents 0eac734 + 48262c2 commit 7493292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish2psgallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: dotnet tool install --no-cache --global AzureSignTool

- name: Azure CLI login
uses: azure/login@v1
uses: azure/login@v2
with:
tenant-id: a53834b7-42bc-46a3-b004-369735c3acf9 # c4a8.onmicrosoft.com
client-id: e9310a4f-a6b0-4374-a623-1333cbc62f96 # from Entra ID app registration
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-in-lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

- name: Log in with Azure
if: ${{ !env.ACT }}
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down

0 comments on commit 7493292

Please sign in to comment.