From 60dbe326c267aad2b84fd1ee98e082627ecee699 Mon Sep 17 00:00:00 2001 From: LukeGus Date: Sat, 25 Oct 2025 13:21:40 -0500 Subject: [PATCH] fix: Add app specific password --- .github/workflows/electron-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/electron-build.yml b/.github/workflows/electron-build.yml index 34a4bbf4..803d7680 100644 --- a/.github/workflows/electron-build.yml +++ b/.github/workflows/electron-build.yml @@ -337,6 +337,7 @@ jobs: ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES: true APPLE_ID: ${{ secrets.APPLE_ID }} APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }} + APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }} APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} run: | # Build DMG without running npm run build again (already built above or skip if no certs)