From c3b3a3cea61157339e452e1d798dac051aa0336b Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Mon, 4 May 2020 14:48:46 +0200 Subject: [PATCH] notarizer fix --- .github/workflows/macos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index d26761ee..96e3683d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -39,6 +39,8 @@ jobs: GH_TOKEN: ${{ secrets.GH_TOKEN }} CSC_LINK: ${{ secrets.CSC_LINK }} CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }} + APPSTORE_USERNAME: ${{ secrets.APPSTORE_USERNAME }} + APPSTORE_PASSWORD: ${{ secrets.APPSTORE_PASSWORD }} - name: Build packages without signing run: scripts/build-macos.js