Skip to content

cocoalibs/xcode-notarization-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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