Skip to content

Commit b76b666

Browse files
dschomjcheetham
authored andcommitted
fixup! fixup! release: add Mac OSX installer build
We need to log into Azure before we can access the KeyVault. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent db0542b commit b76b666

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-git-installers.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,13 @@ jobs:
407407
# Make universal gettext library
408408
lipo -create -output libintl.a /usr/local/opt/gettext/lib/libintl.a /opt/homebrew/opt/gettext/lib/libintl.a
409409
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+
410417
- name: Download signing secrets
411418
id: signing-secrets
412419
uses: ./git/.github/actions/akv-secret

0 commit comments

Comments
 (0)