Skip to content

Commit

Permalink
Missing issuer ID
Browse files Browse the repository at this point in the history
  • Loading branch information
luxaritas committed Jul 23, 2024
1 parent 3509a7e commit 7c16e7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7c16e7a

Please sign in to comment.