You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Renders deployment status for dev and prd from the GitHub Deployments API and sends it to a Slack workflow webhook that replaces the Pulse channel canvas.
inputs:
webhook-url:
description: Slack Workflow Builder webhook URL (a secret — anyone holding it can write the canvas).
required: true
github-token:
description: Token with read access to this repository's deployments.
required: true
repo:
description: Repository in owner/name form whose deployments are rendered.
required: true
repo-url:
description: Repository web URL used for commit links.