cased/Cased Deploy Notification

Send deployment event notifications to Cased from any CI/CD pipeline.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Nov 6, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: cased/cased-deploy-notification-action@ecf6576c8926b6dfcffce0b277f5fd47f622615e # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
api_keyOrganization API key from Cased (found in Settings → API Keys)yes
deployment_requestOptional human-readable deployment description (defaults to an auto-generated value)no
repository_full_nameGitHub repository full name (owner/repo).no
refGit ref being deployed (branch, tag, or commit). Defaults to current workflow branch.no
statusDeployment status: pending | running | success | failure | cancellednorunning
event_metadataOptional JSON string with additional metadata to store.no
commit_shaCommit SHA being deployed.no
commit_messageCommit messageno
external_urlLink to external deployment or CI run for quick access.no
cased_base_urlCustom Cased base URL (rarely needed; default https://app.cased.com)no
github_run_idGitHub Actions run ID to associate with the deployment.no
github_run_urlURL to the GitHub Actions run.no
workflow_idGitHub Actions workflow IDno

no outputs