An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# actions-setup-keychain


GitHub Actions status

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)