Skip to content

GitHub Action for Importing Code-signing Certificates into a Keychain

License

Notifications You must be signed in to change notification settings

jaxl-innovations-private-limited/import-codesign-certs

 
 

Repository files navigation

GitHub Action to import Apple Code-signing Certificates and Keys

License PRs welcome!

Usage:

uses: apple-actions/import-codesign-certs@v1
with: 
  p12-file-base64: ${{ secrets.CERTIFICATES_P12 }}
  p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}

Additional Arguments

See action.yml for more details.

Contributing

We welcome your interest in contributing to this project. Please read the Contribution Guidelines for more guidance.

License

Any contributions made under this project will be governed by the MIT License.

About

GitHub Action for Importing Code-signing Certificates into a Keychain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.6%
  • JavaScript 3.4%