actions-marketplace-validations/Cloudflare Workers Preview
Deploy Cloudflare workers preview for every pull request with Wrangler
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 18, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/shidil_cloudflare-workers-preview@2d505602a390040db188858a189ca5c91ea5aa80 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| cf_token | Cloudflare token (Edit Workers Scope) | yes | — |
| cf_account | Cloudflare account id | yes | — |
| domain | eg.workers.dev | yes | — |
| github_token | github token | yes | — |
| build | build scripts | no | npm install npm run build |
| project_path | directory of the wrangler project | no | — |
| failOnError | Set `failed` if a deployment throws error | no | — |
| teardown | Determines if the preview instance will be torn down on PR close | no | false |
Outputs
| name | description |
|---|---|
| preview_url | The url for the related PR preview |