File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -89,16 +89,12 @@ jobs:
8989# jsign and azure-cli are both requirements for Azure Trusted Signing and these actions to authenticate
9090# These packages have been installed on the self-hosted runner using ansible from the private repo
9191
92- - name : Log in to Azure for Code Signing
92+ - name : Azure login
9393 uses : azure/login@v2
9494 with :
95- creds : >-
96- {
97- "clientId": "${{ secrets.TSIGN_AZURE_CLIENT_ID }}",
98- "clientSecret": "${{ secrets.TSIGN_AZURE_CLIENT_SECRET }}",
99- "tenantId": "${{ vars.TSIGN_AZURE_TENANT_ID}}",
100- "subscriptionId": "${{ vars.TSIGN_AZURE_SUBSCRIPTION_ID }}"
101- }
95+ client-id : ${{ secrets.TSIGN_AZURE_CLIENT_ID }}
96+ tenant-id : ${{ vars.TSIGN_AZURE_TENANT_ID}}
97+ subscription-id : ${{ vars.TSIGN_AZURE_SUBSCRIPTION_ID }}
10298
10399 - name : Get Azure AD Access Token to trusted signing
104100 id : get_token
You can’t perform that action at this time.
0 commit comments