Add developer ID certs to action

CQTexperiment
Christopher Snowhill 2021-03-28 18:38:28 -07:00 committed by GitHub
parent 497b7a301d
commit 0ecc2d4084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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