actions-marketplace-validations/Deploy to Cloudflare Workers with Wrangler
Deploy your Cloudflare Workers and Pages projects from GitHub using Wrangler
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| apiKey | (Legacy) Your Cloudflare API Key | no | — |
| (Legacy) Your Cloudflare Email | no | — | |
| apiToken | Your Cloudflare API Token | no | — |
| accountId | Your Cloudflare Account ID | no | — |
| environment | The environment you'd like to publish your Workers project to - must be defined in wrangler.toml | — | — |
| workingDirectory | The relative path which Wrangler commands should be run from | no | — |
| wranglerVersion | The version of Wrangler you'd like to use to publish your Workers project | no | — |
| secrets | A new line deliminated string of environment variable names that should be configured as Worker secrets | no | — |
| preCommands | Commands to execute before publishing the Workers project | no | — |
| postCommands | Commands to execute after publishing the Workers project | no | — |
| command | The Wrangler command you wish to run. For example: "publish" - this will publish your Worker | no | — |
Outputs
no outputs