From 91e63fb62d8718ebb1612787f09e3d751ababfe9 Mon Sep 17 00:00:00 2001 From: rozyczko Date: Thu, 6 Mar 2025 15:19:03 +0100 Subject: [PATCH] updated secrets --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23ff9c31bc..5ae0861d34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -281,7 +281,7 @@ 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 }} @@ -289,6 +289,7 @@ jobs: 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 }}