Skip to content

Commit

Permalink
Merge pull request #1020 from microsoft/dependabot/github_actions/azu…
Browse files Browse the repository at this point in the history
…re/login-2

chore(deps): bump azure/login from 1 to 2
  • Loading branch information
jeffwilcox authored Apr 7, 2024
2 parents 2ae0e91 + 0f18ffd commit f2390bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Azure OpenID Connect ✨
if: github.repository == 'microsoft/opensource-management-portal' # official repo only
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.CLIENT_ID }}
tenant-id: ${{ secrets.TENANT_ID }}
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
url: https://portal-staging.ospo.dev
steps:
- name: Azure OpenID Connect ✨
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.CLIENT_ID }}
tenant-id: ${{ secrets.TENANT_ID }}
Expand All @@ -123,7 +123,7 @@ jobs:
url: https://portal.ospo.dev
steps:
- name: Azure OpenID Connect ✨
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.CLIENT_ID }}
tenant-id: ${{ secrets.TENANT_ID }}
Expand Down

0 comments on commit f2390bc

Please sign in to comment.