We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c953d commit 3ff2f8cCopy full SHA for 3ff2f8c
1 file changed
.github/workflows/code-build-test.yml
@@ -45,9 +45,12 @@ jobs:
45
POSTHOG_HOST: ${{ secrets.POSTHOG_HOST }}
46
CSC_LINK: ${{ secrets.APPLE_CODESIGN_CERT_BASE64 }}
47
CSC_KEY_PASSWORD: ${{ secrets.APPLE_CODESIGN_CERT_PASSWORD }}
48
- APPLE_ID: ${{ secrets.APPLE_ID }}
49
- APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
50
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
+ # Sign but do not notarize. This build-test verifies the packaging pipeline,
+ # 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"
54
steps:
55
- name: Checkout
56
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
0 commit comments