From a4250ed7b29a00b0ff404de3a87663ad0da61049 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Sat, 9 Mar 2024 14:12:33 -0600 Subject: [PATCH] ci: Upgrade import-codesign-certs action Use the fork again until the upstream starts merging pull requests. It is out of date with its forks. The main motivation for this change is to get off the now deprecated Node v16. --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6d2b1e78..510b3d28 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,7 +100,9 @@ jobs: path: publish - name: Add Cert to Keychain - uses: apple-actions/import-codesign-certs@v2 + # todo: Switch back to upstream when this is merged: + # https://github.com/Apple-Actions/import-codesign-certs/pull/58 + uses: recyclarr/import-codesign-certs@master with: p12-file-base64: ${{ secrets.MAC_CERT_BASE64 }} p12-password: ${{ secrets.MAC_CERT_PASSWORD }}