cased/Cased Deploy Notification
Send deployment event notifications to Cased from any CI/CD pipeline.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Nov 6, 2025
- License
- None
Pinned Snippet
uses: cased/cased-deploy-notification-action@ecf6576c8926b6dfcffce0b277f5fd47f622615e # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | Organization API key from Cased (found in Settings → API Keys) | yes | — |
| deployment_request | Optional human-readable deployment description (defaults to an auto-generated value) | no | — |
| repository_full_name | GitHub repository full name (owner/repo). | no | — |
| ref | Git ref being deployed (branch, tag, or commit). Defaults to current workflow branch. | no | — |
| status | Deployment status: pending | running | success | failure | cancelled | no | running |
| event_metadata | Optional JSON string with additional metadata to store. | no | — |
| commit_sha | Commit SHA being deployed. | no | — |
| commit_message | Commit message | no | — |
| external_url | Link to external deployment or CI run for quick access. | no | — |
| cased_base_url | Custom Cased base URL (rarely needed; default https://app.cased.com) | no | — |
| github_run_id | GitHub Actions run ID to associate with the deployment. | no | — |
| github_run_url | URL to the GitHub Actions run. | no | — |
| workflow_id | GitHub Actions workflow ID | no | — |
Outputs
no outputs