We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ae0e91 + 0f18ffd commit f2390bcCopy full SHA for f2390bc
1 file changed
.github/workflows/container.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Azure OpenID Connect ✨
53
if: github.repository == 'microsoft/opensource-management-portal' # official repo only
54
- uses: azure/login@v1
+ uses: azure/login@v2
55
with:
56
client-id: ${{ secrets.CLIENT_ID }}
57
tenant-id: ${{ secrets.TENANT_ID }}
@@ -99,7 +99,7 @@ jobs:
99
url: https://portal-staging.ospo.dev
100
steps:
101
102
103
104
105
@@ -123,7 +123,7 @@ jobs:
123
url: https://portal.ospo.dev
124
125
126
127
128
129
0 commit comments