Skip to content

Commit 930e05f

Browse files
committed
Fixing secret name
1 parent 96cd700 commit 930e05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
--azure-key-vault-url ${{ secrets.AZURE_KEYVAULT_URI }} \
7070
--azure-key-vault-client-id ${{ secrets.AZURE_CLIENT_ID }} \
7171
--azure-key-vault-tenant-id ${{ secrets.AZURE_TENANT_ID }} \
72-
--azure-key-vault-key ${{ secrets.CODESIGN_KEY_NAME }} \
72+
--azure-key-vault-certificate ${{ secrets.CODESIGN_CERT_NAME }} \
7373
--description "AutoMapper" \
7474
--timestamp-url http://timestamp.digicert.com \
7575
./artifacts/*.nupkg

0 commit comments

Comments
 (0)