yukin01/Slack Bot (Web API) Action
An action to notify Slack using the chat.postMessage API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| status | Job results. In most use cases, you should specify `job.status`. | yes | — |
| github_token | Personal access token (PAT) used to fetch the repository. | no | ${{ github.token }} |
| oauth_token | Slack's access token. If you're using modern Slack Apps, specify the **Bot User OAuth Access Token** which begin with `xoxb-`. | yes | — |
| channel | The channel to be notified of results. | yes | — |
| text | Override main body text of the message. | no | "" |
| username | Override bot's user name. | no | "" |
| icon_emoji | Emoji to use as the icon for this message. Overrides `icon_url`. | no | "" |
| icon_url | URL to an image to use as the icon for this message. | no | "" |
Outputs
no outputs