Skip to content

Commit

Permalink
Fix secret variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKotsenas committed Jul 2, 2024
1 parent 5adc680 commit 95bb714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ stages:
--azure-key-vault-certificate "$(SignKeyVaultCertificate)" `
--azure-key-vault-url "$(SignKeyVaultUrl)"
env:
SignClientSecret: $(SignClientSecret)
SignClientSecret: $[ variablegroups.SignTool-DNF.SignTenantId ]
displayName: Sign packages
- publish: $(Pipeline.Workspace)/BuildPackages
Expand Down

0 comments on commit 95bb714

Please sign in to comment.