GitHub Actions used by Q42
This repository contains GitHub Actions that are used by various projects at Q42.
Warning
This repository is made open source for reference purposes. These actions are primarily designed for internal use at Q42 and are tailored to our specific workflows and infrastructure.
We provide no guarantees regarding:
- Backward compatibility between versions
- Stability or suitability for external use cases
- Response to external issues or pull requests
- Documentation completeness for external users
Use these actions at your own risk. Breaking changes may occur without prior notice.
| Action | Description |
|---|---|
| install-certificate | Installs code signing certificates from a P12 file into a temporary Keychain. |
| install-provisioning-profile | Installs a provisioning profile to be used by Xcode. |
| upload-symbols-to-firebase | Uploads dSYM files to Firebase Crashlytics using the upload-symbols tool from the Firebase iOS SDK. |