Skip to content

Commit

Permalink
Merge pull request #68 from zooniverse/azure-login-v2
Browse files Browse the repository at this point in the history
Update azure/login to v2
  • Loading branch information
zwolf authored Mar 12, 2024
2 parents 7fe86b4 + 4846a11 commit 609f0aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: azure/login@v1
- uses: azure/login@v2
with:
creds: ${{ secrets.creds }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
name: ${{ inputs.source }}

- uses: azure/login@v1
- uses: azure/login@v2
with:
creds: ${{ secrets.creds }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.1

- uses: azure/login@v1
- uses: azure/login@v2
with:
creds: ${{ secrets.creds }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_docker_aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
needs: test_aks_connection
steps:
- uses: azure/login@v1
- uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_AKS }}

Expand Down

0 comments on commit 609f0aa

Please sign in to comment.