From 57de8ac41aab6bd7d9ec0d2e681a95e789bd9fc6 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Wed, 22 Feb 2023 16:13:10 -0500 Subject: [PATCH] only run signing internally --- .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 25f4296a..15859741 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,7 +83,7 @@ jobs: # sign macOS binaries - uses: teaxyz/pantry.core/.github/actions/apple-signing@main - if: startsWith(inputs.platform, 'darwin+') + if: startsWith(inputs.platform, 'darwin+') && startsWith(github.repository, 'teaxyz') with: p12-file-base64: ${{ secrets.APPLE_CERTIFICATE_P12 }} p12-password: ${{ secrets.APPLE_CERTIFICATE_P12_PASSWORD }}