https://github.com/sinoru/actions-setup-keychain
Set up your GitHub Actions workflow with fresh macOS keychain
https://github.com/sinoru/actions-setup-keychain
ci continuous-deployment continuous-integration github-actions macos xcode
Last synced: 2 months ago
JSON representation
Set up your GitHub Actions workflow with fresh macOS keychain
- Host: GitHub
- URL: https://github.com/sinoru/actions-setup-keychain
- Owner: sinoru
- License: apache-2.0
- Created: 2019-11-23T15:52:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-23T16:21:37.000Z (over 6 years ago)
- Last Synced: 2025-10-18T10:14:53.648Z (5 months ago)
- Topics: ci, continuous-deployment, continuous-integration, github-actions, macos, xcode
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# actions-setup-keychain
This action sets up a new macOS keychain solve multiple problems.
# Usage
See [action.yml](action.yml)
Basic:
```yaml
steps:
- uses: actions/checkout@master
- uses: sinoru/actions-setup-keychain@v1.0
- run: fastlane match
```
# License
The scripts and documentation in this project are released under the [Apache License](LICENSE)
# Contributions
Contributions are welcome! See [Contributor's Guide](docs/contributors.md)