actions-marketplace-validations/Slack Bot (Web API) Action

An action to notify Slack using the chat.postMessage API

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Dec 26, 2021
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/yukin01_slack-bot-action@8983e93eb4190c09195cb70d339dcc3fa1bdb7b9 # no releases — HEAD as of 2026-07-13

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

namedescriptionrequireddefault
statusJob results. In most use cases, you should specify `job.status`.yes
github_tokenPersonal access token (PAT) used to fetch the repository.no${{ github.token }}
oauth_tokenSlack's access token. If you're using modern Slack Apps, specify the **Bot User OAuth Access Token** which begin with `xoxb-`. yes
channelThe channel to be notified of results.yes
textOverride main body text of the message.no""
usernameOverride bot's user name.no""
icon_emojiEmoji to use as the icon for this message. Overrides `icon_url`.no""
icon_urlURL to an image to use as the icon for this message.no""

no outputs