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')