From 07b87272404cba8b1309d1c6b09fb5b2f8b74115 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Thu, 2 Apr 2026 20:00:53 +0000 Subject: [PATCH] ci: fix zizmor audit findings --- action.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index f671aa1..95e15c5 100644 --- a/action.yml +++ b/action.yml @@ -50,14 +50,16 @@ runs: NODE_INSTALLER: ${{ inputs.node-installer }} - name: Set up macOS signing certificate shell: bash - run: ${{ inputs.macos-cert-importer }} + run: $MACOS_CERT_IMPORTER env: + MACOS_CERT_IMPORTER: ${{ inputs.macos-cert-importer }} MACOS_CERT_PASSWORD: ${{ inputs.macos-cert-password }} MACOS_CERT_P12: ${{ inputs.macos-cert-p12 }} - name: Set up Windows signing certificate shell: bash - run: ${{ inputs.windows-cert-importer }} + run: $WINDOWS_CERT_IMPORTER env: + WINDOWS_CERT_IMPORTER: ${{ inputs.windows-cert-importer }} WINDOWS_CERT_FILENAME: ${{ inputs.windows-cert-filename }} WINDOWS_CERT_P12: ${{ inputs.windows-cert-p12 }} - name: Create app distributable