platanolabs/eas-build-action
Run a local EAS build.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 1, 2025
- License
- None
Pinned Snippet
uses: platanolabs/eas-build-action@e8e75b00e8fa64f1166857a5b4e8e7a923a0bd9b # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| expo-token | The Expo token to use for the build. | yes | — |
| platform | The platform to build for. | yes | — |
| profile | The profile to build for. | yes | — |
| disable-ccache | Disable ccache for the build. | no | false |
| working-directory | The working directory for the build. | no | . |
Outputs
| name | description |
|---|---|
| build-path | The full path to the build. |