From 4836573166afcb3e25e3ac60679a19dbe75b0a81 Mon Sep 17 00:00:00 2001 From: shuse2 Date: Sun, 19 May 2024 03:19:36 +0200 Subject: [PATCH] update to app id password --- .github/workflows/electron-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/electron-build.yml b/.github/workflows/electron-build.yml index 53465d3e8b..124c4a54b2 100644 --- a/.github/workflows/electron-build.yml +++ b/.github/workflows/electron-build.yml @@ -78,7 +78,7 @@ jobs: env: # macOS for notarization API key APPLE_ID: ${{ secrets.APPLE_ID }} - APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }} + APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }} - name: Output Notarization Error Log if: failure() && startsWith(matrix.os, 'macos')