actions-marketplace-validations/Expo Preview Action
Expo CLI in your GitHub Actions workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| channel | The name of the update channel | yes | — |
| scheme | The deep link scheme | no | — |
| project-flavor | The type of your project. Available options `development-client` or `expo-go | no | — |
| project-root | The path to the folder containing `package.json` | no | — |
| expo-cli-path | The path to the expo-cli | no | — |
| android-manifest-path | The path to the `AndroidManifest.xml` | no | — |
| ios-info-plist-path | The path to the `Info.plist` | no | — |
| token | GitHub token for GitHub API requests. You shouldn't need to set this themselves, but we recommend using a service account with the least permissions necessary if you want to do it. [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) | yes | ${{ github.token }} |
Outputs
no outputs