buyfakett/Cloudflare Pages Dingding Webhook
Wait for Cloudflare Pages to build and send Slack notification
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| accountEmail | Your Cloudflare account email | no | — |
| apiKey | Your Cloudflare API key | no | — |
| apiToken | Your Cloudflare API token (alternative to email+key) | no | — |
| dingWebHookKey | DingTalk webhook access token | no | — |
| accountId | Cloudflare account ID | yes | — |
| project | Pages project name | yes | — |
| githubToken | GitHub Token to use for deployments (GITHUB_TOKEN secret or your own token!) - OPTIONAL (Only used for GitHub Deployments) | no | — |
| commitHash | The commit hash of the commit triggered the target deployment | yes | — |
| slackWebHook | Slack incoming webhook url | no | — |
Outputs
| name | description |
|---|---|
| id | Deployment ID |
| environment | Environment for this deployment, either "production" or "preview" |
| url | URL of the deployment |
| alias | Alias URL of the branch (for example: fix-navbar.project.pages.dev) |
| success | If the build passed or failed |