actions-marketplace-validations/Xcode Notarize Longer
Notarize your Mac application or plugin, waits 10x longer.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 16, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/peterix_xcode-notarize@e9abe203bdf6ef2e602a9dfe89b41c1a1dd4b1e7 # 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 |