Skip to content

Commit 1b01a53

Browse files
committed
Fix azure auth
1 parent 456f728 commit 1b01a53

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,13 @@ jobs:
257257
shell: pwsh
258258
run: ./ci-pack.ps1 -version "${{ steps.compute-version.outputs.version }}"
259259

260+
- name: Azure Login
261+
uses: azure/login@v2
262+
with:
263+
client-id: ${{ secrets.AZURE_CLIENT_ID }}
264+
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
265+
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
266+
260267
- name: Publish Internal
261268
shell: pwsh
262269
run: |

0 commit comments

Comments
 (0)