mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 08:55:07 +03:00
workable test for remote PRs
This commit is contained in:
parent
1f46416a62
commit
b16629a131
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -83,7 +83,7 @@ jobs:
|
||||||
|
|
||||||
# sign macOS binaries
|
# sign macOS binaries
|
||||||
- uses: teaxyz/pantry.core/.github/actions/apple-signing@main
|
- 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:
|
with:
|
||||||
p12-file-base64: ${{ secrets.APPLE_CERTIFICATE_P12 }}
|
p12-file-base64: ${{ secrets.APPLE_CERTIFICATE_P12 }}
|
||||||
p12-password: ${{ secrets.APPLE_CERTIFICATE_P12_PASSWORD }}
|
p12-password: ${{ secrets.APPLE_CERTIFICATE_P12_PASSWORD }}
|
||||||
|
|
Loading…
Reference in a new issue