Deploy to Cloudflare Workers with Wrangler
Version updated for https://github.com/cloudflare/wrangler-action to version v3.15.0.
This publisher is shown as ‘verified’ by GitHub.
This action is used across all versions by 48,214 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Wrangler GitHub Action simplifies the deployment of Cloudflare Workers and Pages applications by automating the execution of Wrangler CLI commands within GitHub workflows. It addresses the need for streamlined CI/CD processes, enabling developers to authenticate with a Cloudflare API token and configure deployments directly from their repository. Key capabilities include support for deploying Workers, managing secrets, specifying Wrangler versions, handling environment variables, and running pre- or post-deployment commands.
What’s Changed
Minor Changes
- #426
febbda6Thanks @WillTaylorDev! - Support version ranges and tags inwranglerVersioninput. You can now setwranglerVersionto values like4,^4.0.0,4.x, orlatestinstead of only exact versions like4.81.0.