Skip to content

Commit

Permalink
update azure login action
Browse files Browse the repository at this point in the history
  • Loading branch information
RWejlgaard committed Oct 21, 2023
1 parent c387928 commit 3cd0560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- uses: azure/login@v1
- uses: azure/actions/login@master
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
with:
name: plan

- uses: azure/login@v1
- uses: azure/actions/login@master
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down

0 comments on commit 3cd0560

Please sign in to comment.