Skip to content

Commit

Permalink
update azure login
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvand committed Aug 6, 2024
1 parent 8d78d58 commit 1cb0c1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/reusable-prepare-dtl-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,11 @@ jobs:
project_name: ${{ inputs.project-name }}
steps:
- name: Azure Login
uses: azure/login@v1
uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: Apply artifact - Register current VM as a VSTS agent in DevOps agent pools
uses: azure/CLI@v1
Expand Down

0 comments on commit 1cb0c1a

Please sign in to comment.