Skip to content

Commit

Permalink
Update version of the code-sign-action GitHub Action. Add required ke…
Browse files Browse the repository at this point in the history
…ypair alias environment variable. (#154)
  • Loading branch information
petergasper authored Aug 1, 2024
1 parent 2e4a2cd commit 9ebb0aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ jobs:
CERTIFICATE_SHA1_HASH: ${{ secrets.CODE_SIGNING_CERT_SHA1_HASH }}
CLIENT_CERTIFICATE: ${{ secrets.CODE_SIGNING_CLIENT_CERT }}
CLIENT_CERTIFICATE_PASSWORD: ${{ secrets.CODE_SIGNING_CLIENT_CERT_PASSWORD }}
uses: cognitedata/code-sign-action/@v2
KEYPAIR_ALIAS: ${{ secrets.CODE_SIGNING_KEYPAIR_ALIAS }}
uses: cognitedata/code-sign-action/@v3
with:
path-to-binary: 'nuget-packages/'

Expand Down

0 comments on commit 9ebb0aa

Please sign in to comment.