From b16629a1310894c54d49bccdcceb4bc10528bb06 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Wed, 22 Feb 2023 19:07:17 -0500 Subject: [PATCH] workable test for remote PRs --- .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 15859741..bd956a8a 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+') && startsWith(github.repository, 'teaxyz') + if: startsWith(inputs.platform, 'darwin+') && github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name with: p12-file-base64: ${{ secrets.APPLE_CERTIFICATE_P12 }} p12-password: ${{ secrets.APPLE_CERTIFICATE_P12_PASSWORD }}