From 0ecc2d4084724840fa3fc879ab5c1aae35ba46a1 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Sun, 28 Mar 2021 18:38:28 -0700 Subject: [PATCH] Add developer ID certs to action --- .github/workflows/debug.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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