Skip to content

Commit

Permalink
updated secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
rozyczko committed Mar 6, 2025
1 parent 9ed48b9 commit 91e63fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,14 +281,15 @@ jobs:

- name: Sign binary
if: ${{ matrix.installer && startsWith(matrix.os, 'windows') }}
uses: lando/code-sign-action@v2
uses: lando/code-sign-action@v3
with:
file: installers/dist/setupSasView.exe
certificate-data: ${{ secrets.WINDOZE_CERT_DATA }}
certificate-password: ${{ secrets.WINDOZE_CERT_PASSWORD }}
keylocker-host: ${{ secrets.KEYLOCKER_HOST }}
keylocker-api-key: ${{ secrets.KEYLOCKER_API_KEY }}
keylocker-cert-sha1-hash: ${{ secrets.KEYLOCKER_CERT_SHA1_HASH }}
keylocker-keypair-alias: ${{ secrets.KEYLOCKER_KEYPAIR_ALIAS }}

- name: Publish installer package
if: ${{ matrix.installer }}
Expand Down

0 comments on commit 91e63fb

Please # to comment.