From a0f950a911ddc992ab8a304c9cb562c810be60fe Mon Sep 17 00:00:00 2001 From: prmoore77 Date: Fri, 26 Jan 2024 10:28:53 -0500 Subject: [PATCH] Switching back to the official: toitlang/action-macos-sign-notarize Github action for signing macOS app --- .github/workflows/build-docker-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docker-images.yml b/.github/workflows/build-docker-images.yml index 9deefbe..c0e48b7 100644 --- a/.github/workflows/build-docker-images.yml +++ b/.github/workflows/build-docker-images.yml @@ -37,7 +37,7 @@ jobs: run-build: true - name: Sign and notarize the release build - uses: prmoore77/action-macos-sign-notarize@v1.1.10 + uses: toitlang/action-macos-sign-notarize@v1.1.1 with: certificate: ${{ secrets.APPLE_CERTIFICATE }} certificate-password: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}