Skip to content

Commit b5448a7

Browse files
committed
Use the new --azure-credential-type option when signing the binaries.
1 parent 1658b36 commit b5448a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ jobs:
237237
--trusted-signing-account ImageMagick `
238238
--trusted-signing-certificate-profile ImageMagick `
239239
--trusted-signing-endpoint https://eus.codesigning.azure.net `
240+
--azure-credential-type azure-cli `
240241
--verbosity information
241242
working-directory: publish/output
242243

@@ -383,6 +384,7 @@ jobs:
383384
--trusted-signing-account ImageMagick `
384385
--trusted-signing-certificate-profile ImageMagick `
385386
--trusted-signing-endpoint https://eus.codesigning.azure.net `
387+
--azure-credential-type azure-cli `
386388
--verbosity information
387389
working-directory: publish/output
388390

0 commit comments

Comments
 (0)