Skip to content

Commit

Permalink
Update azure/login to v2 (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharykeeping authored Jun 7, 2024
1 parent 6884d0a commit 0159bd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/admin-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cp appsettings.json appsettings.json.bak
cp appsettings.${{ inputs.environment }}.json appsettings.json
- uses: azure/login@v1
- uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
enable-AzPSSession: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api-az-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

# Log into Azure
- name: Login
uses: azure/login@v1
uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/az-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

# Log into Azure
- name: Login
uses: azure/login@v1
uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

Expand Down

0 comments on commit 0159bd5

Please sign in to comment.