Skip to content

Commit 17ac14d

Browse files
Only notarize if secrets available
Only notarize for non-forks so that secrets are available.
1 parent cc118d7 commit 17ac14d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
path: ${{ env.ARTIFACTS_PATH }}
4848

4949
notarize:
50+
if: ${{ github.repository_owner == 'martincostello' }}
5051
name: notarize
5152
needs: build
5253
runs-on: macos-latest

0 commit comments

Comments
 (0)