From ff55d2c50856cecb3974ceb9e6d9a44a7501fbe5 Mon Sep 17 00:00:00 2001 From: Ferllings Date: Mon, 29 Apr 2024 13:52:59 +0200 Subject: [PATCH] fix macos notarization #5 --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f6d2968..03a7cfe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,6 +37,7 @@ jobs: # macOS notarization API key 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 }} ARCH: universal @@ -54,6 +55,7 @@ jobs: # macOS notarization API key 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 }} ARCH: universal