We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
azure/artifact-signing-action
2 parents 24484fa + 21ab594 commit 1288ac8Copy full SHA for 1288ac8
1 file changed
.github/workflows/release.yml
@@ -92,10 +92,10 @@ jobs:
92
93
- name: Sign NetOffice libraries
94
if: success() && steps.build.outputs.sign_binaries == 'true'
95
- uses: azure/trusted-signing-action@v0.5.10
+ uses: azure/artifact-signing-action@v1
96
with:
97
endpoint: ${{ secrets.TRUSTED_SIGNING_ENDPOINT }}
98
- trusted-signing-account-name: ${{ secrets.TRUSTED_SIGNING_ACCOUNT_NAME }}
+ signing-account-name: ${{ secrets.TRUSTED_SIGNING_ACCOUNT_NAME }}
99
certificate-profile-name: ${{ secrets.TRUSTED_SIGNING_CERTIFICATE_PROFILE }}
100
files-catalog: '${{ github.workspace }}/obj/signlist.txt'
101
files: |
0 commit comments