This action submits an application to Apple's notary service for notarization.
Required Primary bundle identifier for the application.
Required Username for your Apple Developer account.
Required Password for your Apple Developer account. Default "@keychain:AC_PASSWORD"
.
Used when a user account is associated with multiple providers.
Required Path to the file that you want to process.
The XML output from Xcode's altool command.
uses: actions/notarization-action@v1
with:
primary-bundle-id: 'com.mycompany.MyApp'
username: 'pcoulson@shield.gov'
password: '@keychain:AC_PASSWORD'
file: '/tmp/MyApp.zip'