From 8c9632ebba5e2cd78c89e07bb685bad6fdb0e42a Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Sat, 26 Aug 2023 21:15:53 +0200 Subject: [PATCH] Add team id to macOS notarization action lando/notarize-action uses notarytool instead of the deprecated altool by default. Therefore the team id needs to be provided. Set it as GitHub secret. --- .github/workflows/autobuild.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index fde4eb106e..ee4004f40e 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -407,6 +407,7 @@ jobs: primary-bundle-id: io.jamulus.Jamulus appstore-connect-username: ${{ secrets.NOTARIZATION_USERNAME }} appstore-connect-password: ${{ secrets.NOTARIZATION_PASSWORD }} + appstore-connect-team-id: ${{ secrets.NOTARIZATION_TEAM_ID }} - name: Staple macOS Release Build if: >-