actions-marketplace-validations/Xcode Notarization
Notarize your Mac application or package.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 20, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/guillaumefalourd_xcode-notarize@5c415cb0c5d6aea1b7801f6b28444915753adda0 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| product-path | Path to the product to notarize. | yes | — |
| appstore-connect-username | The AppStore Connect username. | no | — |
| appstore-connect-password | The AppStore Connect password. | no | — |
| appstore-connect-api-key | The AppStore Connect API Key. | no | — |
| appstore-connect-api-issuer | The AppStore Connect API Issuer. | no | — |
| primary-bundle-id | Unique identifier that identifies this product notarization. Defaults to the bundle identifier of the app you are uploading. | no | — |
| verbose | Verbose mode will print Notarization API responses. | no | false |
Outputs
| name | description |
|---|---|
| product-path | Path to the product that was notarized |