We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0542b commit b76b666Copy full SHA for b76b666
.github/workflows/build-git-installers.yml
@@ -407,6 +407,13 @@ jobs:
407
# Make universal gettext library
408
lipo -create -output libintl.a /usr/local/opt/gettext/lib/libintl.a /opt/homebrew/opt/gettext/lib/libintl.a
409
410
+ - name: Log in to Azure
411
+ uses: azure/login@v2
412
+ with:
413
+ client-id: ${{ secrets.AZURE_CLIENT_ID }}
414
+ tenant-id: ${{ secrets.AZURE_TENANT_ID }}
415
+ subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
416
+
417
- name: Download signing secrets
418
id: signing-secrets
419
uses: ./git/.github/actions/akv-secret
0 commit comments