File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 3939 id-token : ' write'
4040
4141 runs-on : self-hosted
42+ environment : prod
4243 timeout-minutes : 120
4344 steps :
4445 - name : Checkout
@@ -89,16 +90,12 @@ jobs:
8990# jsign and azure-cli are both requirements for Azure Trusted Signing and these actions to authenticate
9091# These packages have been installed on the self-hosted runner using ansible from the private repo
9192
92- - name : Log in to Azure for Code Signing
93+ - name : Azure login
9394 uses : azure/login@v2
9495 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- }
96+ client-id : ${{ secrets.TSIGN_AZURE_CLIENT_ID }}
97+ tenant-id : ${{ vars.TSIGN_AZURE_TENANT_ID}}
98+ subscription-id : ${{ vars.TSIGN_AZURE_SUBSCRIPTION_ID }}
10299
103100 - name : Get Azure AD Access Token to trusted signing
104101 id : get_token
You can’t perform that action at this time.
0 commit comments