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 824cd16 commit 6d027b3Copy full SHA for 6d027b3
2 files changed
.github/workflows/ci-oidc-smoke.yml
@@ -85,6 +85,8 @@ jobs:
85
-J--add-modules="com.azure.security.keyvault.jca" \
86
-keystore NONE \
87
-storetype AzureKeyVault \
88
+ -storepass "" \
89
+ -providerName AzureKeyVault \
90
-providerClass com.azure.security.keyvault.jca.KeyVaultJcaProvider \
91
-J-Dazure.keyvault.uri="${AZURE_KEYVAULT_URI}" \
92
-tsa http://timestamp.sectigo.com/ \
.github/workflows/ci-release.yml
@@ -241,6 +241,8 @@ jobs:
241
242
243
244
245
246
247
248
0 commit comments