diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 3b5579426..2cfa09f41 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -22,6 +22,13 @@ jobs: MAC_DEVELOPMENT_TEAM: ${{ secrets.MAC_DEVELOPMENT_TEAM }} run: | echo "DEVELOPMENT_TEAM = $MAC_DEVELOPMENT_TEAM" > Xcode-config/DEVELOPMENT_TEAM.xcconfig + - name: Install application certificate + uses: apple-actions/import-codesign-certs@v1 + with: + keychain: ${{ github.run_id }} + keychain-password: ${{ github.run_id }} + p12-file-base64: ${{ secrets.MAC_APPLICATION_CERTIFICATE_P12 }} + p12-password: ${{ secrets.MAC_APPLICATION_CERTIFICATE_PASSPHRASE }} - name: Run xcodebuild run: > xcodebuild