actions-marketplace-validations/Expo GitHub Action
Expo CLI in your GitHub Actions workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 7, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/maker-mark_expo-preview-action@8b4253bfe157f12a902576b72b4ce55aab21f2ec # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
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