actions-marketplace-validations/Build FE
Build and deploy webapp
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 13, 2026
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/cristi-mb_build-fe@f8aa9a546f8efb26d3c7a58491a66576832ffcda # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-access-key | AWS Secret Key ID | yes | — |
| aws-secret-access-key | AWS Secret Access Key | yes | — |
| aws-region | AWS Region of the S3 and CloudFront resources | yes | — |
| aws-s3-name | Name of the AWS S3 bucket | yes | — |
| aws-cloudfront-name | Altername domain name of the distribution | no | — |
| slack-channel | Name of the Slack channel used for CI alerts | no | "" |
| slack-token | Token for Slack integration | no | "" |
| build-command | Command used to build the application [ yarn | npm | bun ] (default: yarn) | no | yarn |
| build-envs | Environment variables passed used for building the application | no | "" |
| build-path | Local path of the build (default: build) | no | build |
| node-version | NodeJS required version (default: 16.x) | no | 20.x |
| skip-build | Enable for deploy only. Needs build-path to point to files | no | false |
Outputs
no outputs