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 13a8a9a commit 12c2ba4Copy full SHA for 12c2ba4
1 file changed
.github/workflows/gh-build-and-sign.yml
@@ -55,7 +55,7 @@ jobs:
55
run: dotnet tool install --tool-path . --prerelease sign
56
57
# Login to Azure using a ServicePrincipal configured to authenticate agaist a GitHub Action
58
- - name: 'Az CLI login'
+ - name: 'Login Azure CLI login'
59
uses: azure/login@v2
60
with:
61
allow-no-subscriptions: true
@@ -70,9 +70,10 @@ jobs:
70
./sign code azure-key-vault
71
**/*.nupkg
72
--base-directory "${{ github.workspace }}/BuildArtifacts"
73
- --publisher-name "BootstrapBlazor"
+ --publisher-name "SC-BootstrapBlazor"
74
--description "BootstrapBlazor"
75
--description-url "https://github.com/dotnetcore/bootstrapblazor"
76
+ --azure-key-vault-managed-identity true
77
--azure-key-vault-url "${{ secrets.KEY_VAULT_URL }}"
78
--azure-key-vault-certificate "${{ secrets.KEY_VAULT_CERTIFICATE_ID }}"
79
0 commit comments