From fa7fc4533cd9db8c8985dc51a0f8024df01b7bdc Mon Sep 17 00:00:00 2001 From: bithighlander Date: Tue, 16 Apr 2024 18:31:45 -0500 Subject: [PATCH] debug build --- .github/workflows/build-electron.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-electron.yml b/.github/workflows/build-electron.yml index 0e1362d81..4da97f1b1 100644 --- a/.github/workflows/build-electron.yml +++ b/.github/workflows/build-electron.yml @@ -86,6 +86,7 @@ jobs: NODE_ENV: production GH_TOKEN: ${{ secrets.github_token }} CSC_LINK: ${{ secrets.mac_certs }} + APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.apple_app_specific_password }} APPLE_ID: ${{ secrets.apple_id }} APPLE_ID_PASSWORD: ${{ secrets.apple_id_password }} APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}