From 7c16e7abb6211504b18d5d4fde5d10019bfb0a1f Mon Sep 17 00:00:00 2001 From: Jonathan Romano Date: Tue, 23 Jul 2024 18:17:49 -0400 Subject: [PATCH] Missing issuer ID --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a89909..5a75d91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,6 +161,7 @@ jobs: run: | npx cordova build ${{ matrix.target }} --${{ env.BUILD_TYPE == 'prod' && 'release' || 'debug' }} --device \ --automaticProvisioning --authenticationKeyPath="${{ github.workspace }}/authkey.p8" \ - --authenticationKeyID=${{ secrets.APP_STORE_CONNECT_API_KEY_ID }} --packageType=${{ matrix.packageType }} + --authenticationKeyID=${{ secrets.APP_STORE_CONNECT_API_KEY_ID }} --authenticationKeyIssuerID="${{ secrets.APP_STORE_CONNECT_API_KEY_ISSUER_ID }}" + --packageType=${{ matrix.packageType }} env: PARALLEL_BUILD: true