{"id":13496317,"url":"https://github.com/Apple-Actions/import-codesign-certs","last_synced_at":"2025-03-28T18:31:51.975Z","repository":{"id":40353951,"uuid":"235022350","full_name":"Apple-Actions/import-codesign-certs","owner":"Apple-Actions","description":"GitHub Action for Importing Code-signing Certificates into a Keychain","archived":false,"fork":false,"pushed_at":"2025-03-23T23:03:51.000Z","size":1350,"stargazers_count":217,"open_issues_count":12,"forks_count":86,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-24T00:18:05.372Z","etag":null,"topics":["actions","apple","github-actions"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Apple-Actions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-20T05:01:15.000Z","updated_at":"2025-03-23T23:00:27.000Z","dependencies_parsed_at":"2024-02-26T01:29:07.387Z","dependency_job_id":"51f24188-84be-44c3-abf3-2e15096c8886","html_url":"https://github.com/Apple-Actions/import-codesign-certs","commit_stats":{"total_commits":42,"total_committers":5,"mean_commits":8.4,"dds":0.5,"last_synced_commit":"8f1f4d258d6deeb3f85395452e1d14c59ce2957e"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":"actions/typescript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apple-Actions%2Fimport-codesign-certs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apple-Actions%2Fimport-codesign-certs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apple-Actions%2Fimport-codesign-certs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apple-Actions%2Fimport-codesign-certs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Apple-Actions","download_url":"https://codeload.github.com/Apple-Actions/import-codesign-certs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245187356,"owners_count":20574595,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","apple","github-actions"],"created_at":"2024-07-31T19:01:45.868Z","updated_at":"2025-03-28T18:31:51.942Z","avatar_url":"https://github.com/Apple-Actions.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# GitHub Action to import Apple Code-signing Certificates and Keys\n\n[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](LICENSE)\n[![PRs welcome!](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)\n\n## Getting Started\n\n* Create a certificate signing request (see [here](https://developer.apple.com/help/account/certificates/create-a-certificate-signing-request/))\n* Create a `iOS Distribution (App Store Connect and Ad Hoc)` (same as [these instructions](https://developer.apple.com/help/account/certificates/create-enterprise-distribution-certificates) but select the different type on step 3)\n* Download the certificate (must be done upon creation and will be called `ios_distribution.cer`)\n* Import into `login` section of Keychain Access (must be launched with spotlight because it doesn't show up in Launchpad)\n* Select `My Certificates` and then export the certificate as a `.p12` (it will prompt for a password)\n* Copy the `.p12` in base64 format ( `base64 -i ios_distribution.p12 | pbcopy` )\n* Add it as a secret called `APPSTORE_CERTIFICATES_FILE_BASE64` and the password as `APPSTORE_CERTIFICATES_PASSWORD`\n\n## Usage\n\n```yaml\nuses: apple-actions/import-codesign-certs@v3\nwith: \n  p12-file-base64: ${{ secrets.APPSTORE_CERTIFICATES_FILE_BASE64 }}\n  p12-password: ${{ secrets.APPSTORE_CERTIFICATES_PASSWORD }}\n```\n\n## Multiple Certificates\n\nIf you need to add multiple certificates, select them all in the keychain when creating your p12 file. You do not need multiple separate steps.\n\n## Additional Arguments\n\nSee [action.yml](action.yml) for more details.\n\n## Contributing\n\nWe welcome your interest in contributing to this project. Please read the [Contribution Guidelines](CONTRIBUTING.md) for more guidance.\n\n## License\n\nAny contributions made under this project will be governed by the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FApple-Actions%2Fimport-codesign-certs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FApple-Actions%2Fimport-codesign-certs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FApple-Actions%2Fimport-codesign-certs/lists"}