quipper/slack-notification-action

Notify the current workflow run to a Slack channel

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 5, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: quipper/slack-notification-action@7dee49d871dcfae9e462e6dd3cd0c725c2a85ac4 # v2.77.0

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

namedescriptionrequireddefault
slack-channel-idID of the Slack channelyes
slack-thread-tsThread timestamp to post message inno
slack-app-tokenBot token of Slack App. If not set, dry run is performedno
github-tokenGitHub token (optional)yes${{ github.token }}
github-job-statusThe current status of the job. Possible values are success, failure, or cancelled.${{ job.status }}
mention-messageMessage to mention the current user. Set to empty to disable mentioning.no@${{ github.actor }}

no outputs