mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
only run signing internally
This commit is contained in:
parent
167f603627
commit
57de8ac41a
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
|
||||
- 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 }}
|
||||
|
|
Loading…
Reference in a new issue