Skip to content

Commit 3ff2f8c

Browse files
committed
skip notarization in macos build test
1 parent f5c953d commit 3ff2f8c

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/code-build-test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,12 @@ jobs:
4545
POSTHOG_HOST: ${{ secrets.POSTHOG_HOST }}
4646
CSC_LINK: ${{ secrets.APPLE_CODESIGN_CERT_BASE64 }}
4747
CSC_KEY_PASSWORD: ${{ secrets.APPLE_CODESIGN_CERT_PASSWORD }}
48-
APPLE_ID: ${{ secrets.APPLE_ID }}
49-
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
5048
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
49+
# Sign but do not notarize. This build-test verifies the packaging pipeline,
50+
# not Gatekeeper distribution; the runner can launch a signed-but-unnotarized
51+
# app for the smoke test. Notarization runs only in the tag release
52+
# (code-release.yml), where Apple's notary service and agreements apply.
53+
SKIP_NOTARIZE: "1"
5154
steps:
5255
- name: Checkout
5356
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)