This repository was archived by the owner on Aug 6, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments