Skip to content

BottleRocketStudios/apple-provisioning-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 

Repository files navigation

Prepares a Runner for Provisioning (Apple)

A Github Action that allows you to easily import provisioning profiles and signing certificates to prepare a runner for code signing and the building of artifacts.

Usage

- name: Provision
  uses: bottlerocketstudios/apple-provisioning-action@v1
  with:
    signing_certificate: ${{ secrets.DISTRIBUTION_CERTIFICATE_BASE64 }}
    signing_certificate_password: ${{ secrets.DISTRIBUTION_CERTIFICATE_PASSWORD }}
    profiles: |
      ${{ secrets.DISTRIBUTION_PROFILE }}
      ${{ secrets.EXTENSION_DISTRIBUTION_PROFILE }}

Additional Arguments

There are a number of additional, optional arguments that can be provided to more closely control the creation of the keychain to import a signing certificate into. See action.yml for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published