andrewbrereton/Better Slack Deployment Notifications
Send real-time deployment notifications to Slack with progress updates
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 29, 2025
- License
- MIT
Pinned Snippet
uses: andrewbrereton/better-slack-deploy-notifications@a3891ffdf5a07ac6f176aa2b2450131ec3402582 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| slack-bot-token | Slack bot OAuth token (xoxb-...) | yes | — |
| channel-id | Slack channel ID for notifications | yes | — |
| deployment-status | Deployment status: start, progress, success, failure | yes | — |
| message-timestamp | Message timestamp for updates (from start notification) | no | — |
| step-name | Current deployment step name | no | Deployment |
| environment | Deployment environment (production, staging, etc.) | no | production |
| custom-message | Custom message to include in notification | no | — |
Outputs
| name | description |
|---|---|
| message-timestamp | Slack message timestamp for subsequent updates |
| message-url | Direct URL to the Slack message |