actions-marketplace-validations/Preview Environments
Preview Environments for every pull request. Supports APIs, frontends, backends, databases, and microservices.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 5, 2023
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/uffizzicloud_preview-action@aa0f30a849b2f2fd414f666f2abd66bfd29f22d1 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| compose-file | An alternate compose file | no | docker-compose.yaml |
| server | URL to Uffizzi | yes | https://app.uffizzi.com |
| username | Uffizzi username | no | — |
| password | Uffizzi password | no | — |
| project | Uffizzi project slug | no | — |
| ghcr-username | Username to authenticate to GHCR | no | — |
| ghcr-access-token | Password to authenticate to GHCR | no | — |
| github-event-number | Value of `github.event.number` context | no | — |
| github-ref | Value of `github.ref` context | no | — |
| github-repository | Value of `github.repository` context | no | — |
| request-token | — | no | — |
| request-token-url | — | no | — |
| dockerhub-username | — | no | — |
| dockerhub-password | — | no | — |
| acr-username | Azure username | no | — |
| acr-password | Azure password | no | — |
| acr-registry-url | Azure registry url | no | — |
| aws-access-key-id | Amazon Web Services access key id | no | — |
| aws-secret-access-key | Amazon Web Services secret access key | no | — |
| aws-registry-url | Amazon Web Services registry url | no | — |
| gcloud-service-key | Google Cloud service key | no | — |
| docker-registry-username | Custom docker registry username | no | — |
| docker-registry-password | Custom docker registry password | no | — |
| docker-registry-url | Custom docker registry url | no | — |
| logger-key | Logger key | no | — |
Outputs
| name | description |
|---|---|
| url | URL where preview was deployed, if successful |
| proxy_url | URL where show preview process deploying or redirect to preview after deployed |
| id | ID of preview for later reference |
| containers_uri | URI to the deployment details |
| expiration_interval | Expiration interval in seconds |
| expiration | Expiration as a string |
| expiration_timestamp | Expiration as a UNIX timestamp |