brightcoveps/Deployment Status to Slack
Send deployment status updates to Slack
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Feb 19, 2025
- License
- None
Pinned Snippet
uses: brightcoveps/slack_notifications_action@eb34b8b30f868dafa5530d84bdfba456e95c3df9 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| slack_token | Slack bot user OAuth token | yes | — |
| slack_channel_id | Slack channel ID to send the message to | yes | — |
| status | Deployment status (started, success, failure) | yes | — |
| environment | Deployment environment (e.g., production, staging) | yes | — |
| actor | User who triggered the action | yes | — |
| run_id | GitHub Actions run ID | yes | — |
| ts | Slack message timestamp for updating an existing message | no | — |
Outputs
no outputs