actions-marketplace-validations/deploy-worker
Blazing Fast Build & Deployment of Cloudflare Workers & Workers for Platforms supporting HTTP Imports
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 1, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/drivly_deploy-worker@2ac2a9ced10ab9679bba8f1063fa99f70ccf3a48 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| name | The name of the worker | no | — |
| domain | The custom domain name for the worker | no | — |
| main | The main entry point | no | ./worker.js |
| cloudflareAccountId | Your Cloudflare Account ID | no | "" |
| cloudflareApiToken | Your Cloudflare API Token | no | "" |
| config | The name of the config file | no | "" |
| outfile | The build output file | no | ./dist/index.js |
Outputs
| name | description |
|---|---|
| commentText | The Comment Text with URL of the deployed worker instance |