From c8eccc7e9ddc6da900da26542fcb26482010ac9c Mon Sep 17 00:00:00 2001 From: lewisakura Date: Fri, 13 Sep 2024 22:02:34 +0100 Subject: [PATCH] ci: add signing certificate password for mac [skip ci] --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4db4bda..df19ee7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,6 +52,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} CSC_LINK: ${{ secrets.APPLE_SIGNING_CERT }} + CSC_KEY_PASSWORD: ${{ secrets.APPLE_SIGNING_CERT_PASSWORD }} API_KEY: ${{ secrets.APPLE_API_KEY }} APPLE_API_KEY: apple.p8 APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}