quipper/slack-notification-action
Notify the current workflow run to a Slack channel
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 5, 2026
- License
- Apache 2.0
Pinned Snippet
uses: quipper/slack-notification-action@7dee49d871dcfae9e462e6dd3cd0c725c2a85ac4 # v2.77.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| slack-channel-id | ID of the Slack channel | yes | — |
| slack-thread-ts | Thread timestamp to post message in | no | — |
| slack-app-token | Bot token of Slack App. If not set, dry run is performed | no | — |
| github-token | GitHub token (optional) | yes | ${{ github.token }} |
| github-job-status | The current status of the job. Possible values are success, failure, or cancelled. | — | ${{ job.status }} |
| mention-message | Message to mention the current user. Set to empty to disable mentioning. | no | @${{ github.actor }} |
Outputs
no outputs