Skip to content

Xcode Notarization Action

Actions
Runs notarytool to upload a file to Apple s notary service
v1.0.3
Latest
Star (6)

Xcode Notarization Action

This action invokes xcrun notarytool to send your app to Apple's notary service.

Usage

runs-on: macos-latest
steps:
  uses: cocoalibs/xcode-notarization-action@v1
  with:
    app-path: 'MyApp-*.dmg'
    apple-id: ${{ secrets.APPLE_ID }}
    password: ${{ secrets.PASSWORD }}
    team-id: ${{ secrets.TEAM_ID }}
    # Further Parameters:
    staple: 'false' # if you wish to skip running stapler
    keychain-profile: 'my-keychain-profile' # custom name for --keychain-profile
    xcode-path: '/Applications/Xcode_13.3.app' # defaults to /Applications/Xcode_13.2.app

Xcode Notarization Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Runs notarytool to upload a file to Apple s notary service
v1.0.3
Latest

Xcode Notarization Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.