From 87964562938685352afca8f465d57b12a4a0a0dd Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Thu, 6 Apr 2023 17:26:25 -0500 Subject: [PATCH] ci: Switch back to official import codesign action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f2f85c32..146b77ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -96,7 +96,7 @@ jobs: path: publish - name: Add Cert to Keychain - uses: recyclarr/import-codesign-certs@master + uses: apple-actions/import-codesign-certs@v2 with: p12-file-base64: ${{ secrets.MAC_CERT_BASE64 }} p12-password: ${{ secrets.MAC_CERT_PASSWORD }}